Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220227234510-4e6760a101f9 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
1.1 KiB
AMPL
32 lines
1.1 KiB
AMPL
module github.com/SowinskiBraeden/BugBeGone
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gofiber/fiber/v2 v2.31.0
|
|
github.com/gofiber/template v1.6.26
|
|
github.com/google/uuid v1.1.2
|
|
github.com/joho/godotenv v1.4.0
|
|
go.mongodb.org/mongo-driver v1.8.4
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/klauspost/compress v1.15.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.34.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.0.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.2 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|