aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 4 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 9805f12..802a54e 100644
--- a/go.mod
+++ b/go.mod
@@ -5,18 +5,14 @@ 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
- golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
- maze.io/x/readingtime v0.0.0-20190130114815-bef8821f8fd8 // indirect
-)
+require go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
require (
- github.com/BurntSushi/toml v1.2.1 // indirect
- github.com/common-fate/frontmatter v0.0.0-20220825121704-2d2ec51f9c73
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
@@ -27,6 +23,6 @@ require (
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 // indirect
+ gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)