@@ -3,22 +3,22 @@ module github.com/lucaslorentz/caddy-docker-proxy/v2
3
3
go 1.17
4
4
5
5
require (
6
- github.com/caddyserver/caddy/v2 v2.5.1
7
- github.com/docker/docker v20.10.16 +incompatible
8
- github.com/stretchr/testify v1.7.1
6
+ github.com/caddyserver/caddy/v2 v2.5.2
7
+ github.com/docker/docker v20.10.17 +incompatible
8
+ github.com/stretchr/testify v1.8.0
9
9
go.uber.org/zap v1.21.0
10
10
)
11
11
12
12
require (
13
13
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
14
14
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
15
- github.com/BurntSushi/toml v1.0 .0 // indirect
15
+ github.com/BurntSushi/toml v1.1 .0 // indirect
16
16
github.com/Masterminds/goutils v1.1.1 // indirect
17
17
github.com/Masterminds/semver/v3 v3.1.1 // indirect
18
18
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
19
19
github.com/Microsoft/go-winio v0.4.14 // indirect
20
20
github.com/alecthomas/chroma v0.10.0 // indirect
21
- github.com/antlr/antlr4 v0.0.0-20200503195918-621b933c7a7f // indirect
21
+ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
22
22
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b // indirect
23
23
github.com/beorn7/perks v1.0.1 // indirect
24
24
github.com/caddyserver/certmagic v0.16.1 // indirect
@@ -50,7 +50,7 @@ require (
50
50
github.com/gogo/protobuf v1.3.2 // indirect
51
51
github.com/golang/protobuf v1.5.2 // indirect
52
52
github.com/golang/snappy v0.0.4 // indirect
53
- github.com/google/cel-go v0.7.3 // indirect
53
+ github.com/google/cel-go v0.11.4 // indirect
54
54
github.com/google/uuid v1.3.0 // indirect
55
55
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
56
56
github.com/huandu/xstrings v1.3.2 // indirect
@@ -63,15 +63,16 @@ require (
63
63
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
64
64
github.com/jackc/pgtype v1.9.0 // indirect
65
65
github.com/jackc/pgx/v4 v4.14.0 // indirect
66
- github.com/klauspost/compress v1.15.0 // indirect
67
- github.com/klauspost/cpuid/v2 v2.0.11 // indirect
66
+ github.com/klauspost/compress v1.15.6 // indirect
67
+ github.com/klauspost/cpuid/v2 v2.0.13 // indirect
68
68
github.com/libdns/libdns v0.2.1 // indirect
69
- github.com/lucas-clemente/quic-go v0.26 .0 // indirect
69
+ github.com/lucas-clemente/quic-go v0.28 .0 // indirect
70
70
github.com/manifoldco/promptui v0.9.0 // indirect
71
71
github.com/marten-seemann/qpack v0.2.1 // indirect
72
72
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
73
- github.com/marten-seemann/qtls-go1-17 v0.1.1 // indirect
74
- github.com/marten-seemann/qtls-go1-18 v0.1.1 // indirect
73
+ github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
74
+ github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
75
+ github.com/marten-seemann/qtls-go1-19 v0.1.0-beta.1 // indirect
75
76
github.com/mattn/go-colorable v0.1.8 // indirect
76
77
github.com/mattn/go-isatty v0.0.13 // indirect
77
78
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
@@ -106,9 +107,9 @@ require (
106
107
github.com/smallstep/truststore v0.11.0 // indirect
107
108
github.com/spf13/cast v1.4.1 // indirect
108
109
github.com/stoewer/go-strcase v1.2.0 // indirect
109
- github.com/tailscale/tscert v0.0.0-20220125204807-4509a5fbaf74 // indirect
110
+ github.com/tailscale/tscert v0.0.0-20220316030059-54bbcb9f74e2 // indirect
110
111
github.com/urfave/cli v1.22.5 // indirect
111
- github.com/yuin/goldmark v1.4.8 // indirect
112
+ github.com/yuin/goldmark v1.4.12 // indirect
112
113
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594 // indirect
113
114
go.etcd.io/bbolt v1.3.6 // indirect
114
115
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
@@ -129,20 +130,19 @@ require (
129
130
go.uber.org/multierr v1.6.0 // indirect
130
131
golang.org/x/crypto v0.0.0-20220210151621-f4118a5b28e2 // indirect
131
132
golang.org/x/mod v0.4.2 // indirect
132
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
133
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
133
+ golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
134
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
134
135
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
135
136
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect
136
137
golang.org/x/tools v0.1.7 // indirect
137
138
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
138
- google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
139
- google.golang.org/grpc v1.44 .0 // indirect
140
- google.golang.org/protobuf v1.27.1 // indirect
139
+ google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
140
+ google.golang.org/grpc v1.46 .0 // indirect
141
+ google.golang.org/protobuf v1.28.0 // indirect
141
142
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
142
143
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
143
144
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
144
- gopkg.in/yaml.v2 v2.4.0 // indirect
145
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
146
- gotest.tools/v3 v3.2.0 // indirect
145
+ gopkg.in/yaml.v3 v3.0.1 // indirect
146
+ gotest.tools/v3 v3.3.0 // indirect
147
147
howett.net/plist v1.0.0 // indirect
148
148
)
0 commit comments