diff options
author | haturatu <taro@eyes4you.org> | 2025-02-22 23:42:12 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-02-22 23:42:12 +0900 |
commit | a728440cd51037908c5affd92d9818f4a377a8b8 (patch) | |
tree | 8ff61e429fcda9ca5948231a5c955f9149b0902b /cmd/ponzu/go.mod | |
parent | a485308b9a4aafef66a3fdb9ba22b2bbd1bbc504 (diff) |
fix: go mod tidy
Diffstat (limited to 'cmd/ponzu/go.mod')
-rw-r--r-- | cmd/ponzu/go.mod | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/cmd/ponzu/go.mod b/cmd/ponzu/go.mod index a18b7d7..d0d93c5 100644 --- a/cmd/ponzu/go.mod +++ b/cmd/ponzu/go.mod @@ -3,6 +3,11 @@ module ponzu go 1.24.0 require ( + github.com/haturatu/ponzu v0.0.0-20250222142055-9345907a5c17 + github.com/spf13/cobra v1.9.1 +) + +require ( github.com/RoaringBitmap/roaring v0.4.23 // indirect github.com/blevesearch/bleve v1.0.14 // indirect github.com/blevesearch/go-porterstemmer v1.0.3 // indirect @@ -21,12 +26,11 @@ require ( github.com/golang/protobuf v1.3.2 // indirect github.com/golang/snappy v0.0.1 // indirect github.com/gorilla/schema v1.4.1 // indirect - github.com/haturatu/ponzu v0.0.0-20250222140745-a9cdbc4e7fbd // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/mschoch/smat v0.2.0 // indirect + github.com/nilslice/email v0.1.0 // indirect github.com/nilslice/jwt v1.0.0 // indirect github.com/philhofer/fwd v1.0.0 // indirect - github.com/spf13/cobra v1.9.1 // indirect github.com/spf13/pflag v1.0.6 // indirect github.com/steveyen/gtreap v0.1.0 // indirect github.com/tidwall/gjson v1.18.0 // indirect @@ -37,6 +41,7 @@ require ( github.com/willf/bitset v1.1.10 // indirect go.etcd.io/bbolt v1.3.5 // indirect golang.org/x/crypto v0.34.0 // indirect + golang.org/x/net v0.21.0 // indirect golang.org/x/sys v0.30.0 // indirect golang.org/x/text v0.22.0 // indirect ) |