2022-12-04 17:30:08 +03:00
|
|
|
module nefrace.ru/doomer
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/NicoNex/echotron/v3 v3.21.0
|
2022-12-06 00:57:09 +03:00
|
|
|
github.com/dgraph-io/badger/v3 v3.2103.4
|
2022-12-04 17:30:08 +03:00
|
|
|
github.com/fogleman/gg v1.3.0
|
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
golang.org/x/image v0.1.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
2022-12-06 00:57:09 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-12-04 17:30:08 +03:00
|
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2022-12-06 00:57:09 +03:00
|
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
github.com/google/flatbuffers v22.11.23+incompatible // indirect
|
|
|
|
github.com/klauspost/compress v1.15.12 // indirect
|
2022-12-04 17:30:08 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-12-06 00:57:09 +03:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
|
|
|
golang.org/x/net v0.2.0 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-12-04 17:30:08 +03:00
|
|
|
)
|