~bigbes/core-go

ref: a8bf3107c0684594647f0ed661660db1534cfcb7 core-go/go.mod -rw-r--r-- 276 bytes
a8bf3107 — Drew DeVault .builds/alpine.yml: run tests 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
module git.sr.ht/~sircmpwn/core-go

go 1.13

require (
	github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
	github.com/stretchr/testify v1.6.1
	github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
	golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
)