-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
28 lines (25 loc) · 1011 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/dnr/nix-sandwich
go 1.19
require (
github.com/acomagu/bufpipe v1.0.4
github.com/alfred-landrum/fromenv v2.0.0+incompatible
github.com/aws/aws-lambda-go v1.41.0
github.com/coreos/go-systemd/v22 v22.5.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/google/brotli/go/cbrotli v0.0.0-20230825080712-c1bd196833e4
github.com/google/btree v1.1.2
github.com/nix-community/go-nix v0.0.0-20230226174119-1f9567c0a1e5
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/sync v0.3.0
)
require (
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-multihash v0.2.1 // indirect
github.com/multiformats/go-varint v0.0.6 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/sys v0.11.0 // indirect
lukechampine.com/blake3 v1.1.6 // indirect
)