File: go.mod

package info (click to toggle)
moor 2.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,960 kB
  • sloc: sh: 229; ansic: 12; xml: 6; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 606 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
module github.com/walles/moor/v2

go 1.23.12

toolchain go1.24.4

require (
	github.com/adrg/xdg v0.5.3
	github.com/alecthomas/chroma/v2 v2.22.0
	github.com/charlievieth/strcase v0.0.5
	github.com/davecgh/go-spew v1.1.1
	github.com/google/go-cmp v0.5.9
	github.com/klauspost/compress v1.17.4
	github.com/rivo/uniseg v0.4.7
	github.com/sirupsen/logrus v1.8.3
	github.com/ulikunitz/xz v0.5.15
	golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
	golang.org/x/sys v0.26.0
	golang.org/x/term v0.0.0-20210503060354-a79de5458b56
	gotest.tools/v3 v3.3.0
)

require github.com/dlclark/regexp2 v1.11.5 // indirect