File: go.mod

package info (click to toggle)
moor 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 16,112 kB
  • sloc: sh: 174; ansic: 12; xml: 6; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
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

go 1.22

toolchain go1.24.4

require (
	github.com/alecthomas/chroma/v2 v2.19.1-0.20250723141813-02ff9d482061
	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.1
	github.com/ulikunitz/xz v0.5.11
	golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
	golang.org/x/sys v0.1.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
	github.com/stretchr/testify v1.7.0 // indirect
)