Skip to content

Commit

Permalink
fix: add missing go mod (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored May 24, 2021
1 parent fd3aaf9 commit aafaf81
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 0 deletions.
10 changes: 10 additions & 0 deletions serviceregistrymgmt/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/redhat-developer/app-services-sdk-go/serviceregistrymgmt

go 1.13

require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
google.golang.org/appengine v1.6.7 // indirect
)
Loading

0 comments on commit aafaf81

Please sign in to comment.