Skip to content

Commit

Permalink
update Golang dependencies
Browse files Browse the repository at this point in the history
Related to #6360
  • Loading branch information
nqb authored and satkunas committed Jul 7, 2021
1 parent d3565c0 commit 9a66c0a
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 44 deletions.
8 changes: 0 additions & 8 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ require (
github.com/dnstap/golang-dnstap v0.2.2
github.com/dustin/go-humanize v1.0.0
github.com/farsightsec/golang-framestream v0.3.0
github.com/fatih/structs v1.1.0 // indirect
github.com/fdurand/arp v0.0.0-20180807174648-27b38d3af1be
github.com/fdurand/go-cache v0.0.0-20180104143916-cf0198ac7d92
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
github.com/gavv/httpexpect/v2 v2.1.0
github.com/gdey/jsonpath v0.0.0-20151203210429-124c978a1ffc
github.com/gin-gonic/gin v1.6.2
github.com/go-acme/lego v2.5.0+incompatible
Expand Down Expand Up @@ -63,7 +61,6 @@ require (
github.com/jcuga/golongpoll v1.1.0
github.com/jimstudt/http-authentication v0.0.0-20140401203705-3eca13d6893a
github.com/jinzhu/gorm v1.9.16
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/julsemaan/certmagic v0.6.3-0.20191015203349-067e102ae4ff
github.com/klauspost/cpuid v1.2.1
Expand All @@ -76,7 +73,6 @@ require (
github.com/mdlayher/raw v0.0.0-20171214195253-9df8b4265df2
github.com/mediocregopher/radix.v2 v0.0.0-20180603022615-94360be26253
github.com/miekg/dns v1.1.34
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
Expand All @@ -94,16 +90,12 @@ require (
github.com/simon/go-netadv v0.0.0-20170602081515-fe67988531c7
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.3 // indirect
go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
go.uber.org/zap v1.14.1 // indirect
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
golang.org/x/text v0.3.3
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/api v0.29.0
google.golang.org/grpc v1.29.1
gopkg.in/DataDog/dd-trace-go.v1 v1.27.1
Expand Down
Loading

0 comments on commit 9a66c0a

Please sign in to comment.