remove usage of appengine to get rid of unsafe imports

This commit is contained in:
2023-12-21 17:13:45 +01:00
parent 6e9ec9323d
commit 1a4068ead1
8 changed files with 1 additions and 197 deletions

8
go.mod
View File

@@ -5,12 +5,6 @@ go 1.18
require (
cloud.google.com/go/compute/metadata v0.2.3
github.com/google/go-cmp v0.5.9
google.golang.org/appengine v1.6.7
)
require (
cloud.google.com/go/compute v1.20.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.19.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
require cloud.google.com/go/compute v1.20.1 // indirect