File tree Expand file tree Collapse file tree
frontend/src/components/LoadoutEditor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "runtime"
99 "strings"
1010
11+ rlbot "github.com/RLBot/go-interface"
12+ "github.com/RLBot/go-interface/flat"
1113 "github.com/ncruces/zenity"
12- rlbot "github.com/swz-git/go-interface"
13- "github.com/swz-git/go-interface/flat"
1414)
1515
1616type RawReleaseInfo struct {
Original file line number Diff line number Diff line change 11<script lang =" ts" >
22import toast from " svelte-5-french-toast" ;
3- import { ExistingMatchBehavior } from " ../../../bindings/github.com/swz-git /go-interface/flat/models" ;
3+ import { ExistingMatchBehavior } from " ../../../bindings/github.com/RLBot /go-interface/flat/models" ;
44import {
55 App ,
66 LoadoutConfig ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ toolchain go1.23.6
66
77require (
88 github.com/BurntSushi/toml v1.5.0
9+ github.com/RLBot/go-interface v0.0.0-20250415214826-040d3d30ba7f
910 github.com/ncruces/zenity v0.10.14
10- github.com/swz-git/go-interface v0.0.0-20250408205610-597122bc631d
1111 github.com/ulikunitz/xz v0.5.12
1212 github.com/wailsapp/mimetype v1.4.1
1313 github.com/wailsapp/wails/v3 v3.0.0-alpha.9
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
77github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
88github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw =
99github.com/ProtonMail/go-crypto v1.1.6 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
10+ github.com/RLBot/go-interface v0.0.0-20250415214826-040d3d30ba7f h1:SEbN/466Lfjs/6rvHojmkmPKRq7gXLYJr/44GaQWKB8 =
11+ github.com/RLBot/go-interface v0.0.0-20250415214826-040d3d30ba7f /go.mod h1:zogQvXLJKb2EQ4bb/PUH168VPwxBdzG1SSFJt9uJM5c =
1012github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78 =
1113github.com/adrg/xdg v0.5.3 /go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ =
1214github.com/akavel/rsrc v0.10.2 h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw =
@@ -112,8 +114,6 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
112114github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
113115github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
114116github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
115- github.com/swz-git/go-interface v0.0.0-20250408205610-597122bc631d h1:94jHwiJ/NGmXLTMgRMwuZimbn8tur1uM7VaIU5RBMMw =
116- github.com/swz-git/go-interface v0.0.0-20250408205610-597122bc631d /go.mod h1:ftWbBHpnHCD6ZlBVPD/Nnv3aOdNxel6899LU55ZTGFs =
117117github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc =
118118github.com/ulikunitz/xz v0.5.12 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
119119github.com/wailsapp/go-webview2 v1.0.21 h1:k3dtoZU4KCoN/AEIbWiPln3P2661GtA2oEgA2Pb+maA =
Original file line number Diff line number Diff line change 66 "path/filepath"
77
88 "github.com/BurntSushi/toml"
9- rlbot "github.com/swz-git /go-interface"
10- "github.com/swz-git /go-interface/flat"
9+ rlbot "github.com/RLBot /go-interface"
10+ "github.com/RLBot /go-interface/flat"
1111)
1212
1313func (a * App ) SaveLoadoutToFile (basePath string , loadoutFile string , loadout LoadoutConfig ) error {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "sort"
1111
1212 "github.com/BurntSushi/toml"
13- "github.com/swz-git /go-interface/flat"
13+ "github.com/RLBot /go-interface/flat"
1414 "github.com/wailsapp/mimetype"
1515)
1616
Original file line number Diff line number Diff line change 99 "strings"
1010 "time"
1111
12- rlbot "github.com/swz-git /go-interface"
13- "github.com/swz-git /go-interface/flat"
12+ rlbot "github.com/RLBot /go-interface"
13+ "github.com/RLBot /go-interface/flat"
1414)
1515
1616type RHostBot struct {
Original file line number Diff line number Diff line change 88 "sort"
99
1010 "github.com/BurntSushi/toml"
11- "github.com/swz-git /go-interface/flat"
11+ "github.com/RLBot /go-interface/flat"
1212 "github.com/wailsapp/mimetype"
1313)
1414
You can’t perform that action at this time.
0 commit comments