mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
11 lines
175 B
AMPL
11 lines
175 B
AMPL
module dwn
|
|
|
|
replace github.com/onsonr/hway => ../../
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/onsonr/hway v0.0.0-00010101000000-000000000000
|
|
github.com/ncruces/go-sqlite3 v0.16.3
|
|
)
|