-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to more recent go version, remove no longer required overrides (#…
…461)
- Loading branch information
1 parent
559e5e2
commit 3ef1dd2
Showing
2 changed files
with
31 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,61 @@ | ||
module github.com/wagoodman/dive | ||
|
||
go 1.13 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.4.14 // indirect | ||
github.com/awesome-gocui/gocui v1.1.0 | ||
github.com/awesome-gocui/keybinding v1.0.1-0.20190805183143-864552bd36b7 | ||
github.com/cespare/xxhash v1.1.0 | ||
github.com/docker/cli v0.0.0-20190906153656-016a3232168d | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/docker v24.0.2+incompatible | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/fatih/color v1.7.0 | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/google/uuid v1.1.1 | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b | ||
github.com/lunixbochs/vtclean v1.0.0 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee | ||
github.com/sergi/go-diff v1.0.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/afero v1.2.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/viper v1.4.0 | ||
golang.org/x/net v0.11.0 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.4.14 // indirect | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/gdamore/encoding v1.0.0 // indirect | ||
github.com/gdamore/tcell/v2 v2.4.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/mattn/go-colorable v0.1.2 // indirect | ||
github.com/mattn/go-isatty v0.0.9 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mattn/go-runewidth v0.0.10 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/moby/term v0.5.0 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/opencontainers/image-spec v1.0.2 // indirect | ||
github.com/pelletier/go-toml v1.4.0 // indirect | ||
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sergi/go-diff v1.0.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/afero v1.2.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/rivo/uniseg v0.1.0 // indirect | ||
github.com/spf13/cast v1.3.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.4.0 | ||
github.com/stretchr/testify v1.4.0 // indirect | ||
golang.org/x/net v0.11.0 | ||
golang.org/x/sys v0.9.0 // indirect | ||
golang.org/x/term v0.9.0 // indirect | ||
golang.org/x/text v0.10.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
gotest.tools v2.2.0+incompatible // indirect | ||
gotest.tools/v3 v3.5.0 // indirect | ||
) | ||
|
||
// relates to https://github.com/golangci/golangci-lint/issues/581 | ||
replace github.com/go-critic/go-critic => github.com/go-critic/go-critic v0.3.5-0.20190526074819-1df300866540 | ||
|
||
replace github.com/golangci/errcheck => github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 | ||
|
||
replace github.com/golangci/go-tools => github.com/golangci/go-tools v0.0.0-20190318060251-af6baa5dc196 | ||
|
||
replace github.com/golangci/gofmt => github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98 | ||
|
||
replace github.com/golangci/gosec => github.com/golangci/gosec v0.0.0-20190211064107-66fb7fc33547 | ||
|
||
replace github.com/golangci/ineffassign => github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc | ||
|
||
replace github.com/golangci/lint-1 => github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217 | ||
|
||
replace mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20190209190245-fbb59629db34 |
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