18 lines
346 B
Modula-2
18 lines
346 B
Modula-2
module serviceb
|
|
|
|
go 1.25.2
|
|
|
|
replace pkg => ../pkg
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v5 v5.0.3
|
|
pkg v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgraph-io/ristretto/v2 v2.3.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
)
|