gosuki/go.mod

65 lines
2.5 KiB
Modula-2
Raw Normal View History

2023-02-18 23:13:23 +00:00
module git.blob42.xyz/gomark/gosuki
2022-10-07 20:04:55 +00:00
go 1.18
require (
2023-02-18 23:13:23 +00:00
git.blob42.xyz/sp4ke/gum v0.0.0-20190304130815-31be968b7b17
github.com/BurntSushi/toml v1.2.1
github.com/OneOfOne/xxhash v1.2.8
2023-02-18 23:13:23 +00:00
github.com/chenhg5/collection v0.0.0-20200925143926-f403b87088f9
github.com/fatih/structs v1.1.0
2022-11-01 13:27:19 +00:00
github.com/fsnotify/fsnotify v1.6.0
2022-09-28 20:08:21 +00:00
github.com/gin-gonic/gin v1.8.1
github.com/go-ini/ini v1.67.0
github.com/gobuffalo/flect v0.3.0
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-sqlite3 v1.14.15
github.com/mitchellh/mapstructure v1.5.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/shirou/gopsutil v2.20.7+incompatible
github.com/sp4ke/hashmap v0.0.0-20171130100710-1ac30a6923c3
github.com/swithek/dotsqlx v1.0.0
github.com/urfave/cli/v2 v2.23.5
github.com/xlab/treeprint v1.0.0
golang.org/x/sys v0.2.0
)
2022-10-07 20:04:55 +00:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-12-05 22:21:23 +00:00
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
2022-10-07 20:04:55 +00:00
require (
github.com/DusanKasan/hashmap v0.0.0-20170501124128-8d9a00825b33 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
2022-11-01 13:27:19 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/gchaincl/dotsql v1.0.0
2022-10-07 20:04:55 +00:00
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/goccy/go-json v0.9.7 // indirect
github.com/google/go-cmp v0.5.8 // indirect
2022-10-07 20:04:55 +00:00
github.com/json-iterator/go v1.1.12 // indirect
github.com/kr/pretty v0.3.1
2022-10-07 20:04:55 +00:00
github.com/leodido/go-urn v1.2.1 // indirect
2022-11-01 13:27:19 +00:00
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2022-10-07 20:04:55 +00:00
github.com/modern-go/reflect2 v1.0.2 // indirect
2022-11-01 13:27:19 +00:00
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
2022-11-01 13:27:19 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.8.1
2022-10-07 20:04:55 +00:00
github.com/ugorji/go/codec v1.2.7 // indirect
2022-11-01 13:27:19 +00:00
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
2022-10-07 20:04:55 +00:00
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)