resume -> portfolio

Updated deps
This commit is contained in:
Caleb Gardner
2023-06-10 16:36:14 -05:00
parent 8c3f7e5431
commit 2498fa28ac
3 changed files with 48 additions and 20 deletions
+11 -11
View File
@@ -4,25 +4,25 @@ go 1.20
require (
github.com/1lann/udp-forward v0.0.0-20191015034046-6b774a53ea39
github.com/CalebQ42/stupid-backend v0.2.0
go.mongodb.org/mongo-driver v1.11.4
github.com/CalebQ42/stupid-backend v0.3.0
go.mongodb.org/mongo-driver v1.11.7
)
require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/klauspost/compress v1.16.5 // 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
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
)
replace github.com/CalebQ42/stupid-backend => ../stupid-backend
replace github.com/CalebQ42/stupid-backend => ../stupid-backend