Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Sep 24, 2021
1 parent 6b9a240 commit 50642af
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 147 deletions.
37 changes: 22 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,33 @@ go 1.16

require (
4d63.com/gochecknoglobals v0.0.0-20210416044342-fb0abda3d9aa // indirect
github.com/Antonboom/errname v0.1.5 // indirect
github.com/Djarvur/go-err113 v0.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/codeship/codeship-go v0.0.0-20201103162013-82059492d39f
github.com/daixiang0/gci v0.2.9 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-critic/go-critic v0.5.7 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/golangci/golangci-lint v1.41.1 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20210522101830-0589229737b2 // indirect
github.com/golangci/golangci-lint v1.42.1 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 // indirect
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/julz/importas v0.0.0-20210922140945-27e0a5d4dee2 // indirect
github.com/kunwardeep/paralleltest v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mgechev/revive v1.0.8 // indirect
github.com/prometheus/common v0.29.0 // indirect
github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
github.com/securego/gosec/v2 v2.8.1 // indirect
github.com/spf13/viper v1.8.1 // indirect
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect
github.com/polyfloyd/go-errorlint v0.0.0-20210903085826-e4f368f0ae69 // indirect
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
github.com/spf13/viper v1.9.0 // indirect
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/tomarrell/wrapcheck/v2 v2.2.0 // indirect
golang.org/x/sys v0.0.0-20210629170331-7dc0b73dc9fb // indirect
google.golang.org/protobuf v1.27.1 // indirect
mvdan.cc/unparam v0.0.0-20210520122750-2ac67f130a88 // indirect
github.com/tetafro/godot v1.4.11 // indirect
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20210923061019-b8560ed6a9b7 // indirect
golang.org/x/text v0.3.7 // indirect
mvdan.cc/unparam v0.0.0-20210922095519-ff2d845894dd // indirect
)
Loading

0 comments on commit 50642af

Please sign in to comment.