New SWAssistant backend and stupid version

This commit is contained in:
Caleb Gardner
2023-06-28 04:02:38 -05:00
parent 2498fa28ac
commit 3faff12a44
3 changed files with 12 additions and 18 deletions
+3 -3
View File
@@ -4,7 +4,8 @@ go 1.20
require (
github.com/1lann/udp-forward v0.0.0-20191015034046-6b774a53ea39
github.com/CalebQ42/stupid-backend v0.3.0
github.com/CalebQ42/stupid-backend v1.0.0
github.com/CalebQ42/swassistant-backend v0.1.0
go.mongodb.org/mongo-driver v1.11.7
)
@@ -12,6 +13,7 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/pascaldekloe/jwt v1.12.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
@@ -24,5 +26,3 @@ require (
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
)
replace github.com/CalebQ42/stupid-backend => ../stupid-backend