We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7efbe commit a20b377Copy full SHA for a20b377
depend/update-subtree.sh
@@ -1 +1,4 @@
1
+#!/bin/bash
2
+# This command pulls the latest updates from the master branch of the subtree and commits them in depend/secp256k1.
3
+# See man git-subtree(1) for more details.
4
git subtree pull --prefix depend/secp256k1 https://github.com/kaspanet/secp256k1.git master --squash
go.mod
@@ -0,0 +1,5 @@
+module go-secp256k1
+
+go 1.13
5
+require github.com/pkg/errors v0.9.1
go.sum
@@ -0,0 +1,2 @@
+github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
+github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
0 commit comments