mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 02:27:30 -04:00
49 lines
1.8 KiB
Modula-2
49 lines
1.8 KiB
Modula-2
module github.com/dstotijn/hetty
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.14.0
|
|
github.com/chromedp/chromedp v0.7.8
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/oklog/ulid v1.3.1
|
|
github.com/peterbourgon/ff/v3 v3.1.2
|
|
github.com/smallstep/truststore v0.11.0
|
|
github.com/vektah/gqlparser/v2 v2.2.0
|
|
go.etcd.io/bbolt v1.4.0-beta.0
|
|
go.uber.org/zap v1.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.1.0 // indirect
|
|
github.com/chromedp/cdproto v0.0.0-20220217222649-d8c14a5c6edf // indirect
|
|
github.com/chromedp/sysutil v1.0.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.1.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/matryer/moq v0.2.5 // indirect
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/urfave/cli/v2 v2.1.1 // indirect
|
|
github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/tools v0.1.5 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
|
|
)
|