Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,13 @@ module github.com/jbowes/oag
go 1.16

require (
4d63.com/gochecknoglobals v0.0.0-20210416044342-fb0abda3d9aa // indirect
github.com/dave/jennifer v1.4.1
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
github.com/go-critic/go-critic v0.5.7 // indirect
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golangci/golangci-lint v1.42.1
github.com/google/go-cmp v0.5.6 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20210729092907-69aca2aeecd0 // indirect
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
github.com/golangci/golangci-lint v1.49.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/lithammer/dedent v1.1.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.2 // indirect
github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
mvdan.cc/unparam v0.0.0-20210701114405-894c3c7ee6a6 // indirect
)
Loading