-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/urfave/cli to v1.22.5
- Loading branch information
1 parent
477c7ee
commit 06f14de
Showing
2 changed files
with
36 additions
and
3 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,15 +1,38 @@ | ||
module github.com/drone-plugins/drone-volume-cache | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/drone/drone-cache-lib v0.0.0-20180416204029-5fc17dfa3c5b | ||
github.com/replicon/fast-archiver v0.0.0-20120904230621-9b24e4dcc247 | ||
github.com/sirupsen/logrus v1.0.5 | ||
github.com/urfave/cli v1.22.5 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/golang/protobuf v1.2.0 // indirect | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.7.0 // indirect | ||
github.com/onsi/gomega v1.4.3 // indirect | ||
github.com/replicon/fast-archiver v0.0.0-20120904230621-9b24e4dcc247 | ||
github.com/sirupsen/logrus v1.0.5 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/stretchr/objx v0.1.0 // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/urfave/cli v1.20.0 | ||
golang.org/x/crypto v0.0.0-20180420171155-e73bf333ef89 // indirect | ||
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect | ||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
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