Skip to content

Commit 89874ad

Browse files
committed
mod tidy
1 parent c6bd50f commit 89874ad

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ require (
3131
github.com/crowdsecurity/grokky v0.2.1
3232
github.com/crowdsecurity/machineid v1.0.2
3333
github.com/davecgh/go-spew v1.1.1
34-
github.com/dghubble/sling v1.4.2
3534
github.com/docker/docker v24.0.9+incompatible
36-
github.com/docker/go-connections v0.4.0
3735
github.com/fatih/color v1.16.0
3836
github.com/fsnotify/fsnotify v1.7.0
3937
github.com/gin-gonic/gin v1.9.1
@@ -66,7 +64,6 @@ require (
6664
github.com/nxadm/tail v1.4.8
6765
github.com/oschwald/geoip2-golang v1.9.0
6866
github.com/oschwald/maxminddb-golang v1.12.0
69-
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
7067
github.com/pkg/errors v0.9.1
7168
github.com/prometheus/client_golang v1.16.0
7269
github.com/prometheus/client_model v0.4.0
@@ -110,6 +107,7 @@ require (
110107
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
111108
github.com/creack/pty v1.1.18 // indirect
112109
github.com/docker/distribution v2.8.2+incompatible // indirect
110+
github.com/docker/go-connections v0.4.0 // indirect
113111
github.com/docker/go-units v0.5.0 // indirect
114112
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
115113
github.com/gin-contrib/sse v0.1.0 // indirect

go.sum

-4
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2
117117
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
118118
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
119119
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
120-
github.com/dghubble/sling v1.4.2 h1:vs1HIGBbSl2SEALyU+irpYFLZMfc49Fp+jYryFebQjM=
121-
github.com/dghubble/sling v1.4.2/go.mod h1:o0arCOz0HwfqYQJLrRtqunaWOn4X6jxE/6ORKRpVTD4=
122120
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
123121
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
124122
github.com/docker/docker v24.0.9+incompatible h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0=
@@ -546,8 +544,6 @@ github.com/oschwald/geoip2-golang v1.9.0 h1:uvD3O6fXAXs+usU+UGExshpdP13GAqp4GBrz
546544
github.com/oschwald/geoip2-golang v1.9.0/go.mod h1:BHK6TvDyATVQhKNbQBdrj9eAvuwOMi2zSFXizL3K81Y=
547545
github.com/oschwald/maxminddb-golang v1.12.0 h1:9FnTOD0YOhP7DGxGsq4glzpGy5+w7pq50AS6wALUMYs=
548546
github.com/oschwald/maxminddb-golang v1.12.0/go.mod h1:q0Nob5lTCqyQ8WT6FYgS1L7PXKVVbgiymefNwIjPzgY=
549-
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 h1:onHthvaw9LFnH4t2DcNVpwGmV9E1BkGknEliJkfwQj0=
550-
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58/go.mod h1:DXv8WO4yhMYhSNPKjeNKa5WY9YCIEBRbNzFFPJbWO6Y=
551547
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
552548
github.com/pelletier/go-toml v1.4.0/go.mod h1:PN7xzY2wHTK0K9p34ErDQMlFxa51Fk0OUruD3k1mMwo=
553549
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=

0 commit comments

Comments
 (0)