update documented import path
This commit is contained in:
parent
e4ff8ac55b
commit
db6a30b358
|
@ -16,7 +16,7 @@ kid, err := keypairs.ThumbprintPublicKey(pub)
|
||||||
|
|
||||||
# API Documentation
|
# API Documentation
|
||||||
|
|
||||||
See <https://godoc.org/github.com/big-squid/go-keypairs>
|
See <https://pkg.go.dev/git.rootprojects.org/root/keypairs>
|
||||||
|
|
||||||
# Philosophy
|
# Philosophy
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
module github.com/example/foobar
|
||||||
|
|
||||||
|
go 1.12
|
||||||
|
|
||||||
|
replace github.com/big-squid/go-keypairs => git.rootprojects.org/root/keypairs
|
Loading…
Reference in New Issue