|
1 | 1 | module github.com/moby/vpnkit |
2 | 2 |
|
3 | | -go 1.17 |
| 3 | +// this should be kept in-sync with the version of Go available in linuxkit/alpine |
| 4 | +go 1.19 |
4 | 5 |
|
5 | 6 | require ( |
6 | 7 | github.com/Microsoft/go-winio v0.4.11 |
7 | | - github.com/google/uuid v0.0.0-20170814143639-7e072fc3a7be |
8 | | - github.com/labstack/echo v3.3.10+incompatible |
9 | | - github.com/linuxkit/virtsock v0.0.0-20180830132707-8e79449dea07 |
10 | | - github.com/pkg/errors v0.8.1-0.20181023235946-059132a15dd0 |
11 | | - github.com/sirupsen/logrus v1.3.0 |
12 | | - github.com/spf13/viper v1.4.0 |
13 | | - github.com/stretchr/testify v1.3.0 |
14 | | - golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 |
15 | | - golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 |
16 | | - k8s.io/api v0.0.0-20170922112058-fe29995db376 |
17 | | - k8s.io/apimachinery v0.0.0-20170922111930-9d38e20d609d |
18 | | - k8s.io/client-go v0.0.0-20170922112243-82aa063804cf |
| 8 | + github.com/google/uuid v1.3.0 |
| 9 | + github.com/labstack/echo/v4 v4.10.2 |
| 10 | + github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 |
| 11 | + github.com/pkg/errors v0.9.1 |
| 12 | + github.com/sirupsen/logrus v1.9.0 |
| 13 | + github.com/spf13/viper v1.15.0 |
| 14 | + github.com/stretchr/testify v1.8.2 |
| 15 | + golang.org/x/crypto v0.9.0 |
| 16 | + golang.org/x/sync v0.2.0 |
| 17 | + k8s.io/api v0.27.1 |
| 18 | + k8s.io/apimachinery v0.27.1 |
| 19 | + k8s.io/client-go v0.27.1 |
19 | 20 | ) |
20 | 21 |
|
21 | 22 | require ( |
22 | | - github.com/PuerkitoBio/purell v1.1.0 // indirect |
23 | | - github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
24 | 23 | github.com/davecgh/go-spew v1.1.1 // indirect |
25 | | - github.com/emicklei/go-restful v2.16.0+incompatible // indirect |
26 | | - github.com/emicklei/go-restful-swagger12 v0.0.0-20170208215640-dcef7f557305 // indirect |
27 | | - github.com/fsnotify/fsnotify v1.4.7 // indirect |
28 | | - github.com/ghodss/yaml v1.0.0 // indirect |
29 | | - github.com/go-openapi/jsonpointer v0.0.0-20170102174223-779f45308c19 // indirect |
30 | | - github.com/go-openapi/jsonreference v0.0.0-20161105162150-36d33bfe519e // indirect |
31 | | - github.com/go-openapi/spec v0.0.0-20170914061247-7abd5745472f // indirect |
32 | | - github.com/go-openapi/swag v0.0.0-20170606142751-f3f9494671f9 // indirect |
| 24 | + github.com/emicklei/go-restful/v3 v3.9.0 // indirect |
| 25 | + github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
| 26 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 27 | + github.com/go-logr/logr v1.2.3 // indirect |
| 28 | + github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 29 | + github.com/go-openapi/jsonreference v0.20.1 // indirect |
| 30 | + github.com/go-openapi/swag v0.22.3 // indirect |
33 | 31 | github.com/gogo/protobuf v1.3.2 // indirect |
34 | | - github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect |
35 | | - github.com/golang/protobuf v1.3.1 // indirect |
36 | | - github.com/google/btree v1.0.0 // indirect |
37 | | - github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect |
38 | | - github.com/googleapis/gnostic v0.1.0 // indirect |
39 | | - github.com/gregjones/httpcache v0.0.0-20170920190843-316c5e0ff04e // indirect |
40 | | - github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad // indirect |
| 32 | + github.com/golang/protobuf v1.5.3 // indirect |
| 33 | + github.com/google/gnostic v0.5.7-v3refs // indirect |
| 34 | + github.com/google/go-cmp v0.5.9 // indirect |
| 35 | + github.com/google/gofuzz v1.1.0 // indirect |
41 | 36 | github.com/hashicorp/hcl v1.0.0 // indirect |
42 | | - github.com/json-iterator/go v1.1.5 // indirect |
43 | | - github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717 // indirect |
44 | | - github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect |
45 | | - github.com/labstack/gommon v0.2.9 // indirect |
46 | | - github.com/magiconair/properties v1.8.1 // indirect |
47 | | - github.com/mailru/easyjson v0.0.0-20170902151237-2a92e673c9a6 // indirect |
48 | | - github.com/mattn/go-colorable v0.1.2 // indirect |
49 | | - github.com/mattn/go-isatty v0.0.8 // indirect |
50 | | - github.com/mitchellh/mapstructure v1.1.2 // indirect |
| 37 | + github.com/josharian/intern v1.0.0 // indirect |
| 38 | + github.com/json-iterator/go v1.1.12 // indirect |
| 39 | + github.com/labstack/gommon v0.4.0 // indirect |
| 40 | + github.com/magiconair/properties v1.8.7 // indirect |
| 41 | + github.com/mailru/easyjson v0.7.7 // indirect |
| 42 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 43 | + github.com/mattn/go-isatty v0.0.17 // indirect |
| 44 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
51 | 45 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
52 | | - github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect |
53 | | - github.com/pelletier/go-toml v1.4.0 // indirect |
54 | | - github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| 46 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 47 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 48 | + github.com/pelletier/go-toml/v2 v2.0.6 // indirect |
55 | 49 | github.com/pmezard/go-difflib v1.0.0 // indirect |
56 | | - github.com/spf13/afero v1.2.2 // indirect |
57 | | - github.com/spf13/cast v1.3.0 // indirect |
| 50 | + github.com/spf13/afero v1.9.3 // indirect |
| 51 | + github.com/spf13/cast v1.5.0 // indirect |
58 | 52 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
59 | | - github.com/spf13/pflag v1.0.3 // indirect |
| 53 | + github.com/spf13/pflag v1.0.5 // indirect |
| 54 | + github.com/subosito/gotenv v1.4.2 // indirect |
60 | 55 | github.com/valyala/bytebufferpool v1.0.0 // indirect |
61 | | - github.com/valyala/fasttemplate v1.0.1 // indirect |
62 | | - golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect |
63 | | - golang.org/x/sys v0.3.0 // indirect |
64 | | - golang.org/x/text v0.3.3 // indirect |
65 | | - gopkg.in/inf.v0 v0.9.0 // indirect |
66 | | - gopkg.in/yaml.v2 v2.2.2 // indirect |
67 | | - k8s.io/kube-openapi v0.0.0-20170906091745-abfc5fbe1cf8 // indirect |
| 56 | + github.com/valyala/fasttemplate v1.2.2 // indirect |
| 57 | + golang.org/x/net v0.10.0 // indirect |
| 58 | + golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect |
| 59 | + golang.org/x/sys v0.8.0 // indirect |
| 60 | + golang.org/x/term v0.8.0 // indirect |
| 61 | + golang.org/x/text v0.9.0 // indirect |
| 62 | + golang.org/x/time v0.3.0 // indirect |
| 63 | + google.golang.org/appengine v1.6.7 // indirect |
| 64 | + google.golang.org/protobuf v1.28.1 // indirect |
| 65 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 66 | + gopkg.in/ini.v1 v1.67.0 // indirect |
| 67 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 68 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 69 | + k8s.io/klog/v2 v2.90.1 // indirect |
| 70 | + k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect |
| 71 | + k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect |
| 72 | + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
| 73 | + sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
| 74 | + sigs.k8s.io/yaml v1.3.0 // indirect |
68 | 75 | ) |
0 commit comments