From 8e15d802865ed57db0018c15ea5559c8bd44c01f Mon Sep 17 00:00:00 2001 From: Keuin Date: Wed, 7 Sep 2022 02:48:46 +0800 Subject: First working version. Just a POC. --- go.mod | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b183d34 --- /dev/null +++ b/go.mod @@ -0,0 +1,21 @@ +module bilibili-livestream-archiver + +go 1.18 + +require ( + github.com/andybalholm/brotli v1.0.4 + github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 + nhooyr.io/websocket v1.8.7 +) + +require ( + github.com/golang/protobuf v1.5.2 // indirect + github.com/google/go-cmp v0.5.8 // indirect + github.com/json-iterator/go v1.1.12 // indirect + github.com/klauspost/compress v1.10.3 // indirect + github.com/mattn/go-isatty v0.0.14 // indirect + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect + google.golang.org/protobuf v1.28.0 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect +) -- cgit v1.2.3