2023-10-17 22:30:29 +02:00
|
|
|
module code.tvl.fyi/tvix/store-go
|
2022-11-19 22:17:24 +01:00
|
|
|
|
|
|
|
go 1.19
|
2022-11-20 00:21:13 +01:00
|
|
|
|
|
|
|
require (
|
2023-11-05 13:27:01 +01:00
|
|
|
code.tvl.fyi/tvix/castore-go v0.0.0-20231105151352-990d6ba2175e
|
|
|
|
github.com/google/go-cmp v0.5.9
|
2023-10-09 17:23:43 +02:00
|
|
|
github.com/nix-community/go-nix v0.0.0-20231009143713-ebca3299475b
|
2023-10-09 19:46:04 +02:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2023-11-05 13:27:01 +01:00
|
|
|
google.golang.org/grpc v1.59.0
|
2023-10-09 23:26:14 +02:00
|
|
|
google.golang.org/protobuf v1.31.0
|
2023-09-22 15:22:52 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-10-09 19:46:04 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-11-05 13:27:01 +01:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
2023-10-09 19:46:04 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-11-05 13:27:01 +01:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
|
2023-10-09 19:46:04 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-11-05 13:27:01 +01:00
|
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
2022-11-20 00:21:13 +01:00
|
|
|
)
|