-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New project with atlas-cli does not compile #104
Comments
The short term fix was to set the version of atlas-app-toolkit to older version... diff --git a/go.mod b/go.mod
index 49fa49d..9283dec 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
- github.com/infobloxopen/atlas-app-toolkit v1.0.0
+ github.com/infobloxopen/atlas-app-toolkit v0.25.2
github.com/prometheus/client_golang v1.11.0 I can now compile and run the target: GOROOT=/usr/local/Cellar/go/1.16.5/libexec #gosetup
GOPATH=/Users/seizadi/projects/go-projects #gosetup
/usr/local/Cellar/go/1.16.5/libexec/bin/go build -o /private/var/folders/49/3pxhjsps4fx4q21nkbj1j6n00000gp/T/GoLand/___aws_cost -gcflags all=-N -l . #gosetup
/Applications/GoLand.app/Contents/plugins/go/lib/dlv/mac/dlv --listen=0.0.0.0:50882 --headless=true --api-version=2 --check-go-version=false --only-same-user=false exec /private/var/folders/49/3pxhjsps4fx4q21nkbj1j6n00000gp/T/GoLand/___aws_cost --
API server listening at: [::]:50882
debugserver-@(#)PROGRAM:LLDB PROJECT:lldb-1100.0.30..1
for x86_64.
Got a connection, launched process /private/var/folders/49/3pxhjsps4fx4q21nkbj1j6n00000gp/T/GoLand/___aws_cost (pid = 44103).
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobuf will delete this package,
which has long been excluded from the compatibility promise.
2021/08/11 18:28:28 Serving from default values, environment variables, and/or flags
{"file":"/Users/seizadi/projects/go-projects/src/github.com/seizadi/aws-cost/cmd/server/main.go:89","func":"main.ServeInternal","level":"debug","msg":"serving internal http at \"0.0.0.0:8081\"","time":"2021-08-11T18:28:28-07:00"}
{"file":"/Users/seizadi/projects/go-projects/src/github.com/seizadi/aws-cost/cmd/server/main.go:128","func":"main.ServeExternal","level":"info","msg":"serving gRPC at 0.0.0.0:9090","time":"2021-08-11T18:28:28-07:00"}
{"file":"/Users/seizadi/projects/go-projects/src/github.com/seizadi/aws-cost/cmd/server/main.go:129","func":"main.ServeExternal","level":"info","msg":"serving http at 0.0.0.0:8080","time":"2021-08-11T18:28:28-07:00"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repo Source: https://github.com/seizadi/aws-cost
Steps to reproduce:
Install CLI:
Create App:
Create Compile Error:
Compile Error:
The text was updated successfully, but these errors were encountered: