Skip to content

Commit

Permalink
Update gomod for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son committed Dec 9, 2021
1 parent 2826065 commit 21e9754
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 35 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ go 1.16
replace (
github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.3
github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible
google.golang.org/grpc => google.golang.org/grpc v1.26.0
)

require (
github.com/bramvdbogaerde/go-scp v1.0.0
github.com/cloud-barista/cb-dragonfly v0.4.3
github.com/cloud-barista/cb-log v0.4.0
github.com/cloud-barista/cb-spider v0.4.18
github.com/cloud-barista/cb-store v0.4.1
github.com/cloud-barista/cb-dragonfly v0.4.4
github.com/cloud-barista/cb-log v0.5.0
github.com/cloud-barista/cb-spider v0.4.19
github.com/cloud-barista/cb-store v0.5.0
github.com/go-playground/validator/v10 v10.9.0
github.com/go-resty/resty/v2 v2.7.0
github.com/go-sql-driver/mysql v1.6.0
Expand All @@ -39,8 +40,7 @@ require (
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect
google.golang.org/grpc v1.39.0
google.golang.org/grpc v1.42.0
gopkg.in/yaml.v2 v2.4.0
xorm.io/xorm v1.1.2
)
Loading

0 comments on commit 21e9754

Please sign in to comment.