@@ -69,6 +69,7 @@ require (
69
69
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
70
70
github.com/gen2brain/beeep v0.0.0-20220402123239-6a3042f4b71a
71
71
github.com/gliderlabs/ssh v0.3.4
72
+ github.com/go-chi/chi v1.5.4
72
73
github.com/go-chi/chi/v5 v5.0.7
73
74
github.com/go-chi/httprate v0.6.0
74
75
github.com/go-chi/render v1.0.1
@@ -77,7 +78,9 @@ require (
77
78
github.com/gofrs/flock v0.8.1
78
79
github.com/gohugoio/hugo v0.101.0
79
80
github.com/golang-jwt/jwt v3.2.2+incompatible
81
+ github.com/golang-jwt/jwt/v4 v4.4.2
80
82
github.com/golang-migrate/migrate/v4 v4.15.2
83
+ github.com/golang/protobuf v1.5.2
81
84
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
82
85
github.com/google/uuid v1.3.0
83
86
github.com/hashicorp/go-reap v0.0.0-20170704170343-bf58d8a43e7b
@@ -90,11 +93,13 @@ require (
90
93
github.com/jedib0t/go-pretty/v6 v6.3.5
91
94
github.com/justinas/nosurf v1.1.1
92
95
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
96
+ github.com/klauspost/compress v1.15.9
93
97
github.com/lib/pq v1.10.6
94
98
github.com/mattn/go-isatty v0.0.14
95
99
github.com/mitchellh/go-wordwrap v1.0.1
96
100
github.com/mitchellh/mapstructure v1.5.0
97
101
github.com/moby/moby v20.10.17+incompatible
102
+ github.com/nhatthm/otelsql v0.4.0
98
103
github.com/open-policy-agent/opa v0.41.0
99
104
github.com/ory/dockertest/v3 v3.9.1
100
105
github.com/pion/datachannel v1.5.2
@@ -109,13 +114,18 @@ require (
109
114
github.com/prometheus/client_golang v1.12.2
110
115
github.com/quasilyte/go-ruleguard/dsl v0.3.21
111
116
github.com/robfig/cron/v3 v3.0.1
117
+ github.com/spf13/afero v1.9.2
112
118
github.com/spf13/cobra v1.5.0
113
119
github.com/spf13/pflag v1.0.5
114
120
github.com/stretchr/testify v1.8.0
115
121
github.com/tabbed/pqtype v0.1.1
116
122
github.com/unrolled/secure v1.12.0
117
123
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
124
+ go.opentelemetry.io/otel v1.8.0
118
125
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.8.0
126
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.7.0
127
+ go.opentelemetry.io/otel/sdk v1.8.0
128
+ go.opentelemetry.io/otel/trace v1.8.0
119
129
go.uber.org/atomic v1.9.0
120
130
go.uber.org/goleak v1.1.12
121
131
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
@@ -143,12 +153,6 @@ require (
143
153
tailscale.com v1.26.2
144
154
)
145
155
146
- require (
147
- github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
148
- github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
149
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
150
- )
151
-
152
156
require (
153
157
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
154
158
github.com/Microsoft/go-winio v0.5.2 // indirect
@@ -181,7 +185,6 @@ require (
181
185
github.com/elastic/go-windows v1.0.0 // indirect
182
186
github.com/ghodss/yaml v1.0.0 // indirect
183
187
github.com/gin-gonic/gin v1.7.0 // indirect
184
- github.com/go-chi/chi v1.5.4
185
188
github.com/go-logr/logr v1.2.3 // indirect
186
189
github.com/go-logr/stdr v1.2.2 // indirect
187
190
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -193,11 +196,11 @@ require (
193
196
github.com/godbus/dbus/v5 v5.1.0 // indirect
194
197
github.com/gogo/protobuf v1.3.2 // indirect
195
198
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
196
- github.com/golang/protobuf v1.5.2
197
199
github.com/google/btree v1.0.1 // indirect
198
200
github.com/google/go-cmp v0.5.8 // indirect
199
201
github.com/google/go-querystring v1.1.0 // indirect
200
202
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
203
+ github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
201
204
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
202
205
github.com/hashicorp/errwrap v1.1.0 // indirect
203
206
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -210,7 +213,6 @@ require (
210
213
github.com/josharian/native v1.0.0 // indirect
211
214
github.com/jsimonetti/rtnetlink v1.1.2-0.20220408201609-d380b505068b // indirect
212
215
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
213
- github.com/klauspost/compress v1.15.9
214
216
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
215
217
github.com/kr/fs v0.1.0 // indirect
216
218
github.com/leodido/go-urn v1.2.1 // indirect
@@ -229,7 +231,6 @@ require (
229
231
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect
230
232
github.com/muesli/reflow v0.3.0 // indirect
231
233
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739 // indirect
232
- github.com/nhatthm/otelsql v0.4.0
233
234
github.com/niklasfasching/go-org v1.6.5 // indirect
234
235
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
235
236
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -255,7 +256,6 @@ require (
255
256
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
256
257
github.com/rivo/uniseg v0.2.0 // indirect
257
258
github.com/sirupsen/logrus v1.8.1 // indirect
258
- github.com/spf13/afero v1.9.2
259
259
github.com/spf13/cast v1.5.0 // indirect
260
260
github.com/spf13/jwalterweatherman v1.1.0 // indirect
261
261
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
@@ -278,12 +278,8 @@ require (
278
278
github.com/zclconf/go-cty v1.10.0 // indirect
279
279
github.com/zeebo/errs v1.3.0 // indirect
280
280
go.opencensus.io v0.23.0 // indirect
281
- go.opentelemetry.io/otel v1.8.0
282
281
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.8.0 // indirect
283
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.7.0
284
282
go.opentelemetry.io/otel/metric v0.31.0 // indirect
285
- go.opentelemetry.io/otel/sdk v1.8.0
286
- go.opentelemetry.io/otel/trace v1.8.0
287
283
go.opentelemetry.io/proto/otlp v0.18.0 // indirect
288
284
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
289
285
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
@@ -294,6 +290,7 @@ require (
294
290
google.golang.org/appengine v1.6.7 // indirect
295
291
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
296
292
google.golang.org/grpc v1.47.0 // indirect
293
+ gopkg.in/square/go-jose.v2 v2.6.0 // indirect
297
294
gopkg.in/yaml.v2 v2.4.0 // indirect
298
295
gvisor.dev/gvisor v0.0.0-20220407223209-21871174d445 // indirect
299
296
howett.net/plist v1.0.0 // indirect
0 commit comments