blob: 802a54e8509936ef4089ab275a4a204fff9042f8 (
plain)
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
|
module xeiaso.net/v4
go 1.21.0
require (
github.com/stretchr/testify v1.8.4
go.jetpack.io/tyson v0.1.1
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090
maze.io/x/readingtime v0.0.0-20190130114815-bef8821f8fd8
tailscale.com v1.48.1
)
require go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dop251/goja v0.0.0-20211115154819-26ebff68a7d5 // indirect
github.com/evanw/esbuild v0.18.6 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tetratelabs/wazero v1.5.0
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|