Skip to content

Commit

Permalink
Update to 1.19.50
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Dec 16, 2022
1 parent 2af4917 commit 7e1878a
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 394 deletions.
29 changes: 14 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,31 @@ module github.com/paroxity/portal
go 1.18

require (
github.com/go-gl/mathgl v1.0.0
github.com/google/uuid v1.3.0
github.com/klauspost/compress v1.15.4
github.com/mattn/go-colorable v0.1.11
github.com/sandertv/gophertunnel v1.24.6
github.com/sandertv/gophertunnel v1.26.0
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e
github.com/sirupsen/logrus v1.8.1
go.uber.org/atomic v1.9.0
github.com/sirupsen/logrus v1.9.0
go.uber.org/atomic v1.10.0
)

require (
github.com/df-mc/atomic v1.10.0 // indirect
github.com/go-gl/mathgl v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.15.13 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/muhammadmuzzammil1998/jsonc v1.0.0 // indirect
github.com/sandertv/go-raknet v1.11.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9 // indirect
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
golang.org/x/text v0.3.7 // indirect
github.com/sandertv/go-raknet v1.12.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/image v0.2.0 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/oauth2 v0.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 7e1878a

Please sign in to comment.