Skip to content

Commit

Permalink
Updated go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Aug 24, 2021
1 parent cc37830 commit 9593e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 116 deletions.
21 changes: 1 addition & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,9 @@ require (
github.com/abiosoft/ishell v2.0.0+incompatible // indirect
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/armon/go-radix v1.0.0
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.13+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/fredericlemoine/cobrashell v0.0.0-20180921081141-49c72f93426c
github.com/gorilla/websocket v1.4.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/prometheus/client_golang v0.9.3 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/cobra v1.2.1
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/ulikunitz/xz v0.5.10
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.2 // indirect
gonum.org/v1/gonum v0.9.1
gopkg.in/resty.v1 v1.12.0 // indirect
gonum.org/v1/gonum v0.9.3
)
Loading

0 comments on commit 9593e5f

Please sign in to comment.