21 lines
593 B
Modula-2
21 lines
593 B
Modula-2
module infinite-noodle
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
go.mills.io/bitcask/v2 v2.1.3
|
|
)
|
|
|
|
require (
|
|
github.com/abcum/lcp v0.0.0-20201209214815-7a3f3840be81 // indirect
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
github.com/hashicorp/go-immutable-radix/v2 v2.0.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/mattetti/filebuffer v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|