Skip to content

Commit

Permalink
Add go.mod and document the update-subtree.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Feb 27, 2020
1 parent 91e7c8c commit 41cded5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions depend/update-subtree.sh
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#!/bin/bash
# This command pulls the latest updates from the master branch of the subtree and commits them in depend/secp256k1.
# See man git-subtree(1) for more details.
git subtree pull --prefix depend/secp256k1 https://github.com/kaspanet/secp256k1.git master --squash
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module go-secp256k1

go 1.13

require github.com/pkg/errors v0.9.1
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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 comments on commit 41cded5

Please sign in to comment.