diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-23 11:27:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-23 12:25:10 +0700 |
| commit | 6f26bfad43f5ea6655aabeb187f2b006be9cf819 (patch) | |
| tree | 3b8380395d234cb77f2202aceef444876036efee /go.mod | |
| parent | 19d1c0cc0653b7c83638367e78debf42aea5f037 (diff) | |
| download | gorankusu-6f26bfad43f5ea6655aabeb187f2b006be9cf819.tar.xz | |
all: add task to initialize the repository and tools
The task "init" include initializing git submodule, installing third
party tools for linters, and installing node packages.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,6 +9,7 @@ require ( git.sr.ht/~shulhan/ciigo v0.12.0 git.sr.ht/~shulhan/pakakeh.go v0.54.0 github.com/tsenart/vegeta/v12 v12.11.1 + golang.org/x/tools v0.20.0 ) require ( @@ -21,8 +22,8 @@ require ( github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 // indirect github.com/yuin/goldmark v1.7.1 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.23.0 // indirect - golang.org/x/sync v0.6.0 // indirect + golang.org/x/net v0.24.0 // indirect + golang.org/x/sync v0.7.0 // indirect golang.org/x/sys v0.19.0 // indirect golang.org/x/text v0.14.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
