Skip to content

Commit

Permalink
fix: fix go client repo (#2)
Browse files Browse the repository at this point in the history
* fix: fix go client repo

* feat: update image tag
  • Loading branch information
hetao92 authored Jan 7, 2021
1 parent 93293d4 commit 448e278
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Http-Gateway-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: vesoft/nebula-http-gateway-v2:latest
tags: vesoft/nebula-http-gateway:v2
19 changes: 6 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,22 @@ module nebula-http-gateway
go 1.13

require (
github.com/OwnLocal/goes v1.0.0 // indirect
github.com/astaxie/beego v1.12.3
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/prometheus/client_golang v1.8.0 // indirect
github.com/prometheus/client_golang v1.9.0 // indirect
github.com/prometheus/common v0.15.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
github.com/siddontang/ledisdb v0.0.0-20181029004158-becf5f38d373 // indirect
github.com/vesoft-inc/nebula-clients/go v0.0.0-20201202024102-618cd50d07ad
github.com/vesoft-inc/nebula-go v1.1.0
github.com/vesoft-inc/nebula-go/v2 v2.0.0-20200921074558-805846e2abd7
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/sys v0.0.0-20201202213521-69691e467435 // indirect
github.com/vesoft-inc/nebula-go v1.1.1-0.20210107025320-8998c3593a59
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20200117065230-39095c1d176c // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gopkg.in/yaml.v3 v3.0.0-20210106172901-c476de37821d // indirect
)
Loading

0 comments on commit 448e278

Please sign in to comment.