-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (36 loc) · 1.36 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
36
37
38
39
40
module github.com/icco/gotak
go 1.21
toolchain go1.21.5
require (
github.com/deckarep/golang-set v1.8.0
github.com/go-chi/chi/v5 v5.0.11
github.com/go-chi/cors v1.2.1
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/icco/gutil v0.0.0-20231225205306-8491d9f0d3f7
github.com/ifo/sanic v0.0.1
github.com/jessevdk/go-flags v1.5.0
github.com/lib/pq v1.10.9
github.com/microcosm-cc/bluemonday v1.0.26
github.com/unrolled/render v1.6.1
github.com/unrolled/secure v1.13.0
go.uber.org/zap v1.26.0
)
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v24.0.7+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/icco/zapdriver v1.4.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)