rename to nbd-wtf/opentimestamps.

This commit is contained in:
fiatjaf
2023-09-30 13:15:20 -03:00
parent 402291008e
commit 1b3227889e

4
go.mod
View File

@@ -1,10 +1,11 @@
module github.com/fiatjaf/opentimestamps module github.com/nbd-wtf/opentimestamps
go 1.21 go 1.21
require ( require (
github.com/btcsuite/btcd v0.23.4 github.com/btcsuite/btcd v0.23.4
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
golang.org/x/crypto v0.13.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 golang.org/x/exp v0.0.0-20230905200255-921286631fa9
) )
@@ -17,6 +18,5 @@ require (
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/sys v0.12.0 // indirect golang.org/x/sys v0.12.0 // indirect
) )