mirror of
https://github.com/timshannon/bolthold.git
synced 2025-12-24 13:37:58 +08:00
9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
module github.com/timshannon/bolthold
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
go.etcd.io/bbolt v1.3.6
|
|
)
|