-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
35 lines (32 loc) · 1.1 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module github.com/octavore/nagax
go 1.23
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/bugsnag/bugsnag-go/v2 v2.5.1
github.com/fatih/color v1.18.0
github.com/go-errors/errors v1.5.1
github.com/go-jose/go-jose/v3 v3.0.3
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.10.9
github.com/octavore/naga v1.3.0
github.com/rubenv/sql-migrate v1.7.1
github.com/shoenig/test v1.12.0
github.com/slack-go/slack v0.15.0
golang.org/x/crypto v0.32.0
golang.org/x/oauth2 v0.25.0
google.golang.org/protobuf v1.36.2
gopkg.in/cenkalti/backoff.v2 v2.2.1
)
require (
github.com/bugsnag/panicwrap v1.3.4 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)