-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-mod=mod parameter added to version check
Signed-off-by: Serdar Ormanlı <s.ormanli@thebeat.co>
- Loading branch information
Serdar Ormanlı
committed
Feb 12, 2021
1 parent
acb8872
commit bd6b8bd
Showing
7 changed files
with
96 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,17 @@ | ||
module github.com/beatlabs/gomodctl | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 | ||
github.com/frankban/quicktest v1.7.2 // indirect | ||
github.com/go-resty/resty/v2 v2.3.0 | ||
github.com/google/go-cmp v0.4.0 // indirect | ||
github.com/google/licenseclassifier v0.0.0-20200708223521-3d09a0ea2f39 | ||
github.com/klauspost/compress v1.9.8 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/mholt/archiver/v3 v3.3.0 | ||
github.com/go-resty/resty/v2 v2.5.0 | ||
github.com/google/licenseclassifier v0.0.0-20201113175434-78a70215ca36 | ||
github.com/mholt/archiver/v3 v3.5.0 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/olekukonko/tablewriter v0.0.4 | ||
github.com/pierrec/lz4 v2.4.1+incompatible // indirect | ||
github.com/securego/gosec v0.0.0-20200129084146-17df5b370244 | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/securego/gosec v0.0.0-20200401082031-e946c8c39989 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/testify v1.6.1 | ||
golang.org/x/mod v0.3.0 | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/mod v0.4.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters