mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
35 lines
1.0 KiB
Modula-2
35 lines
1.0 KiB
Modula-2
module github.com/dstotijn/hetty
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
connectrpc.com/connect v1.18.1
|
|
github.com/chromedp/chromedp v0.7.8
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/oklog/ulid/v2 v2.1.0
|
|
github.com/peterbourgon/ff/v3 v3.1.2
|
|
github.com/smallstep/truststore v0.11.0
|
|
go.etcd.io/bbolt v1.4.0-beta.0
|
|
go.uber.org/zap v1.21.0
|
|
google.golang.org/protobuf v1.36.3
|
|
)
|
|
|
|
require (
|
|
github.com/chromedp/cdproto v0.0.0-20220217222649-d8c14a5c6edf // indirect
|
|
github.com/chromedp/sysutil v1.0.0 // 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/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
|
|
)
|