2019-06-09 08:47:55 +03:00
|
|
|
module github.com/walles/moar
|
|
|
|
|
2023-03-01 09:05:54 +03:00
|
|
|
go 1.20
|
2019-06-09 08:47:55 +03:00
|
|
|
|
2019-06-11 19:29:30 +03:00
|
|
|
require (
|
2024-11-16 10:59:46 +03:00
|
|
|
github.com/alecthomas/chroma/v2 v2.14.1-0.20241114084538-539d03125465
|
2022-12-29 10:33:18 +03:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2024-01-09 17:26:16 +03:00
|
|
|
github.com/klauspost/compress v1.17.4
|
2024-09-15 15:17:41 +03:00
|
|
|
github.com/rivo/uniseg v0.4.7
|
2021-04-17 08:03:52 +03:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2024-01-09 17:26:16 +03:00
|
|
|
github.com/ulikunitz/xz v0.5.11
|
|
|
|
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
|
2023-02-25 11:30:00 +03:00
|
|
|
golang.org/x/sys v0.1.0
|
2021-05-12 19:20:45 +03:00
|
|
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
|
2022-09-25 10:06:46 +03:00
|
|
|
gotest.tools/v3 v3.3.0
|
2019-06-11 19:29:30 +03:00
|
|
|
)
|
2023-03-01 09:05:54 +03:00
|
|
|
|
2023-12-20 20:28:07 +03:00
|
|
|
require (
|
2024-11-16 10:59:46 +03:00
|
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
2023-12-20 20:28:07 +03:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
|
|
)
|