|
1 | 1 | module github.com/vouch/vouch-proxy |
2 | 2 |
|
3 | | -go 1.23 |
| 3 | +go 1.23.0 |
| 4 | + |
| 5 | +toolchain go1.23.2 |
4 | 6 |
|
5 | 7 | require ( |
| 8 | + github.com/go-viper/mapstructure/v2 v2.4.0 |
6 | 9 | github.com/golang-jwt/jwt v3.2.2+incompatible |
7 | | - github.com/google/go-cmp v0.6.0 |
8 | | - github.com/gorilla/sessions v1.2.2 |
| 10 | + github.com/google/go-cmp v0.7.0 |
| 11 | + github.com/gorilla/sessions v1.4.0 |
9 | 12 | github.com/julienschmidt/httprouter v1.3.0 |
10 | 13 | github.com/karupanerura/go-mock-http-response v0.0.0-20171201120521-7c242a447d45 |
11 | 14 | github.com/kelseyhightower/envconfig v1.4.0 |
12 | | - github.com/mitchellh/mapstructure v1.5.0 |
13 | 15 | github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20220510032225-4f9f17eaec4c |
14 | 16 | github.com/patrickmn/go-cache v2.1.0+incompatible |
15 | | - github.com/spf13/viper v1.18.2 |
16 | | - github.com/stretchr/testify v1.9.0 |
| 17 | + github.com/spf13/viper v1.20.1 |
| 18 | + github.com/stretchr/testify v1.10.0 |
17 | 19 | github.com/theckman/go-securerandom v0.1.1 |
18 | 20 | github.com/tsenart/vegeta v12.7.0+incompatible |
19 | 21 | go.uber.org/zap v1.27.0 |
20 | | - golang.org/x/net v0.22.0 |
21 | | - golang.org/x/oauth2 v0.18.0 |
| 22 | + golang.org/x/net v0.42.0 |
| 23 | + golang.org/x/oauth2 v0.30.0 |
22 | 24 | ) |
23 | 25 |
|
24 | 26 | require ( |
25 | | - cloud.google.com/go/compute v1.25.1 // indirect |
26 | | - cloud.google.com/go/compute/metadata v0.2.3 // indirect |
| 27 | + cloud.google.com/go/compute/metadata v0.7.0 // indirect |
27 | 28 | github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect |
28 | 29 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
29 | 30 | github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654 // indirect |
30 | | - github.com/fsnotify/fsnotify v1.7.0 // indirect |
31 | | - github.com/golang/protobuf v1.5.4 // indirect |
| 31 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
32 | 32 | github.com/gorilla/securecookie v1.1.2 // indirect |
33 | | - github.com/hashicorp/hcl v1.0.0 // indirect |
34 | 33 | github.com/influxdata/tdigest v0.0.1 // indirect |
35 | 34 | github.com/josharian/intern v1.0.0 // indirect |
36 | | - github.com/magiconair/properties v1.8.7 // indirect |
37 | 35 | github.com/mailru/easyjson v0.7.7 // indirect |
38 | | - github.com/pelletier/go-toml/v2 v2.2.0 // indirect |
| 36 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
39 | 37 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
40 | | - github.com/sagikazarmark/locafero v0.4.0 // indirect |
41 | | - github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 38 | + github.com/sagikazarmark/locafero v0.9.0 // indirect |
42 | 39 | github.com/sourcegraph/conc v0.3.0 // indirect |
43 | | - github.com/spf13/afero v1.11.0 // indirect |
44 | | - github.com/spf13/cast v1.6.0 // indirect |
45 | | - github.com/spf13/pflag v1.0.5 // indirect |
| 40 | + github.com/spf13/afero v1.14.0 // indirect |
| 41 | + github.com/spf13/cast v1.9.2 // indirect |
| 42 | + github.com/spf13/pflag v1.0.7 // indirect |
46 | 43 | github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect |
47 | 44 | github.com/subosito/gotenv v1.6.0 // indirect |
48 | 45 | go.uber.org/multierr v1.11.0 // indirect |
49 | | - golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 // indirect |
50 | | - golang.org/x/sys v0.18.0 // indirect |
51 | | - golang.org/x/text v0.14.0 // indirect |
52 | | - google.golang.org/appengine v1.6.8 // indirect |
53 | | - google.golang.org/protobuf v1.33.0 // indirect |
54 | | - gopkg.in/ini.v1 v1.67.0 // indirect |
| 46 | + golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect |
| 47 | + golang.org/x/sys v0.34.0 // indirect |
| 48 | + golang.org/x/text v0.27.0 // indirect |
55 | 49 | gopkg.in/yaml.v3 v3.0.1 // indirect |
56 | 50 | ) |
0 commit comments