Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
module github.com/runZeroInc/runzero-api

go 1.18
go 1.23.0

require (
github.com/gofrs/uuid v3.3.0+incompatible
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
)

require (
github.com/golang/protobuf v1.5.0 // indirect
golang.org/x/net v0.23.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
golang.org/x/oauth2 v0.27.0
)
Loading