21 lines
676 B
Modula-2
21 lines
676 B
Modula-2
module lbryio/lbry-id
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.9
|
|
github.com/prometheus/client_golang v1.11.0
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
|
|
google.golang.org/protobuf v1.26.0-rc.1 // indirect
|
|
)
|