source: code/trunk/go.mod@ 812

Last change on this file since 812 was 808, checked in by koizumi.aoi, 2 years ago

Update go.mod

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 1.1 KB
RevLine 
[807]1module marisa.chaotic.ninja/suika
[1]2
[808]3go 1.20
[1]4
[77]5require (
[791]6 git.sr.ht/~emersion/go-scfg v0.0.0-20211215104734-c2c7a15d6c99
[587]7 git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
[808]8 github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
9 github.com/lib/pq v1.10.7
10 github.com/mattn/go-sqlite3 v1.14.16
11 github.com/pires/go-proxyproto v0.7.0
12 github.com/prometheus/client_golang v1.14.0
13 golang.org/x/crypto v0.7.0
14 golang.org/x/time v0.3.0
[445]15 gopkg.in/irc.v3 v3.1.4
[587]16 nhooyr.io/websocket v1.8.7
[77]17)
[808]18
19require (
20 github.com/beorn7/perks v1.0.1 // indirect
21 github.com/cespare/xxhash/v2 v2.1.2 // indirect
22 github.com/golang/protobuf v1.5.2 // indirect
23 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
24 github.com/klauspost/compress v1.10.3 // indirect
25 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
26 github.com/prometheus/client_model v0.3.0 // indirect
27 github.com/prometheus/common v0.37.0 // indirect
28 github.com/prometheus/procfs v0.8.0 // indirect
29 golang.org/x/sys v0.6.0 // indirect
30 golang.org/x/term v0.6.0 // indirect
31 google.golang.org/protobuf v1.28.1 // indirect
32)
Note: See TracBrowser for help on using the repository browser.