File: go.mod

package info (click to toggle)
pat 0.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,296 kB
  • sloc: javascript: 3,891; sh: 124; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 1,486 bytes parent folder | download
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
41
module github.com/la5nta/pat

go 1.24.0

require (
	github.com/adrg/xdg v0.5.3
	github.com/bndr/gotabulate v1.1.3-0.20170315142410-bc555436bfd5
	github.com/fsnotify/fsnotify v1.9.0
	github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
	github.com/gorilla/mux v1.8.1
	github.com/gorilla/websocket v1.5.3
	github.com/harenber/ptc-go/v2 v2.2.4
	github.com/hashicorp/go-version v1.7.0
	github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
	github.com/kelseyhightower/envconfig v1.4.0
	github.com/la5nta/wl2k-go v0.13.0
	github.com/microcosm-cc/bluemonday v1.0.27
	github.com/n8jja/Pat-Vara v1.2.0
	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
	github.com/pd0mz/go-maidenhead v1.0.0
	github.com/peterh/liner v1.2.2
	github.com/spf13/pflag v1.0.10
	golang.org/x/sync v0.16.0
)

require (
	dario.cat/mergo v1.0.2 // indirect
	github.com/albenik/go-serial/v2 v2.6.1 // indirect
	github.com/aymerick/douceur v0.2.0 // indirect
	github.com/creack/goselect v0.1.3 // indirect
	github.com/gorilla/css v1.0.1 // indirect
	github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6 // indirect
	github.com/mattn/go-runewidth v0.0.16 // indirect
	github.com/paulrosania/go-charset v0.0.0-20190326053356-55c9d7a5834c // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	go.uber.org/multierr v1.11.0 // indirect
	golang.org/x/crypto v0.41.0 // indirect
	golang.org/x/net v0.43.0 // indirect
	golang.org/x/sys v0.35.0 // indirect
	golang.org/x/term v0.34.0 // indirect
)