|
1 | 1 | module github.com/redbubble/yak
|
2 | 2 |
|
3 |
| -go 1.14 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/BurntSushi/toml v0.3.1 // indirect |
7 |
| - github.com/aws/aws-sdk-go v1.35.5 |
8 |
| - github.com/fsnotify/fsnotify v1.4.7 // indirect |
9 |
| - github.com/gopasspw/pinentry v0.0.0-00010101000000-000000000000 |
10 |
| - github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect |
11 |
| - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
12 |
| - github.com/magiconair/properties v1.7.6 // indirect |
13 |
| - github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 |
14 |
| - github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect |
| 6 | + github.com/aws/aws-sdk-go v1.44.78 |
| 7 | + github.com/gopasspw/pinentry v0.0.2 |
| 8 | + github.com/mitchellh/go-homedir v1.1.0 |
15 | 9 | github.com/patrickmn/go-cache v2.1.0+incompatible
|
16 |
| - github.com/pelletier/go-toml v1.1.0 // indirect |
17 |
| - github.com/sirupsen/logrus v1.8.1 |
18 |
| - github.com/spf13/afero v1.1.0 // indirect |
19 |
| - github.com/spf13/cast v1.2.0 // indirect |
20 |
| - github.com/spf13/cobra v0.0.2 |
21 |
| - github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect |
22 |
| - github.com/spf13/pflag v1.0.1 // indirect |
23 |
| - github.com/spf13/viper v1.0.2 |
24 |
| - github.com/stretchr/testify v1.6.1 // indirect |
25 |
| - golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 |
26 |
| - golang.org/x/net v0.0.0-20200202094626-16171245cfb2 |
| 10 | + github.com/sirupsen/logrus v1.9.0 |
| 11 | + github.com/spf13/cobra v1.5.0 |
| 12 | + github.com/spf13/viper v1.12.0 |
| 13 | + golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa |
| 14 | + golang.org/x/net v0.0.0-20220812174116-3211cb980234 |
| 15 | +) |
| 16 | + |
| 17 | +require ( |
| 18 | + github.com/fsnotify/fsnotify v1.5.4 // indirect |
| 19 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 20 | + github.com/inconshreveable/mousetrap v1.0.1 // indirect |
| 21 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 22 | + github.com/magiconair/properties v1.8.6 // indirect |
| 23 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 24 | + github.com/pelletier/go-toml v1.9.5 // indirect |
| 25 | + github.com/pelletier/go-toml/v2 v2.0.3 // indirect |
| 26 | + github.com/spf13/afero v1.9.2 // indirect |
| 27 | + github.com/spf13/cast v1.5.0 // indirect |
| 28 | + github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 29 | + github.com/spf13/pflag v1.0.5 // indirect |
| 30 | + github.com/subosito/gotenv v1.4.0 // indirect |
| 31 | + golang.org/x/sys v0.0.0-20220817070843-5a390386f1f2 // indirect |
| 32 | + golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect |
| 33 | + golang.org/x/text v0.3.7 // indirect |
| 34 | + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
| 35 | + gopkg.in/ini.v1 v1.67.0 // indirect |
| 36 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 37 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
27 | 38 | )
|
28 | 39 |
|
29 | 40 | replace github.com/gopasspw/pinentry => github.com/redbubble/pinentry v0.0.3-0.20211015012734-36081cf01f93
|
0 commit comments