mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-11 06:24:04 +00:00
Run go mod tidy
Seems go.mod had some modules that are no longer used since the last version bumps? Running `make modules` or really `go mod tidy` automagically cleans those up. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
This commit is contained in:
committed by
Benj Fassbind
parent
6f130e1583
commit
26254a0ad8
@@ -10,7 +10,6 @@ require (
|
||||
github.com/aws/aws-sdk-go v1.25.0
|
||||
github.com/cavaliergopher/grab/v3 v3.0.1
|
||||
github.com/cheggaaa/pb v1.0.10
|
||||
github.com/debber/debber-v0.3 v0.0.0-20201001103732-e53137b65bb8 // indirect
|
||||
github.com/fatih/color v1.7.0 // indirect
|
||||
github.com/gin-gonic/gin v1.7.7
|
||||
github.com/go-playground/validator/v10 v10.10.1 // indirect
|
||||
@@ -18,8 +17,6 @@ require (
|
||||
github.com/jlaffaye/ftp v0.0.0-20180404123514-2403248fa8cc // indirect
|
||||
github.com/kjk/lzma v0.0.0-20161016003348-3fd93898850d
|
||||
github.com/klauspost/compress v1.13.6
|
||||
github.com/laher/argo v0.0.0-20140722103944-11d91c83cc0f // indirect
|
||||
github.com/laher/goxc v0.18.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.2 // indirect
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user