Skip to content

Commit

Permalink
build(factom): Update factom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSLevy committed Dec 20, 2019
1 parent 41a4847 commit 1f9dc98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/AdamSLevy/jsonrpc2/v13 v13.0.1
github.com/AdamSLevy/sqlbuilder v0.0.0-20191126201320-5b1948d48973
github.com/AdamSLevy/sqlitechangeset v0.0.0-20191210201651-f95453d87aff
github.com/Factom-Asset-Tokens/factom v0.0.0-20191120022136-7bf60a31a324
github.com/Factom-Asset-Tokens/factom v0.0.0-20191121210333-481aa2c19345
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/mitchellh/go-homedir v1.1.0
github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ github.com/AdamSLevy/pflag v1.0.6-0.20191204180553-73c85c9446e1 h1:dbXTugbutFTRI
github.com/AdamSLevy/pflag v1.0.6-0.20191204180553-73c85c9446e1/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/AdamSLevy/sqlbuilder v0.0.0-20191126201320-5b1948d48973 h1:KjfVykzEEMk3oFZKpImENWPXEcffRUO4mEDHRh0RUiY=
github.com/AdamSLevy/sqlbuilder v0.0.0-20191126201320-5b1948d48973/go.mod h1:LbOIU3wIapyAARdNLVV8i/Dc/BMD9dcNtJ1F39vuO9Q=
github.com/AdamSLevy/sqlite v0.1.3-0.20191014215059-b98bb18889de h1:ehn7bnzDZt3ZTXLR5gn0p0NUUl50wZazoi41y7qNrGY=
github.com/AdamSLevy/sqlite v0.1.3-0.20191014215059-b98bb18889de/go.mod h1:igAO5JulrQ1DbdZdtVq48mnZUBAPOeFzer7VhDWNtW4=
github.com/AdamSLevy/sqlitechangeset v0.0.0-20190925183646-3ddb70fb709d h1:yPm4An70OhM4k4WUq7M9sWaVlFas2+hJB+I3Fsgw38A=
github.com/AdamSLevy/sqlitechangeset v0.0.0-20190925183646-3ddb70fb709d/go.mod h1:kQNmmf+2gf3uGKHt0LS4guxdp4Ay44SXA4+Is8/Gxm8=
github.com/AdamSLevy/sqlitechangeset v0.0.0-20191210201651-f95453d87aff h1:1y662ty5r75/4WO0VH5yfmslsIOxGnxQa0Jw9wicGu4=
github.com/AdamSLevy/sqlitechangeset v0.0.0-20191210201651-f95453d87aff/go.mod h1:jXWbZdPzTSS1EiWe9RTwNb6+INJE72secfPsXw6RDRI=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Factom-Asset-Tokens/base58 v0.0.0-20181227014902-61655c4dd885 h1:rfy2fwMrOZPqQgjsH7VCreGMSPzcvqQrfjeSs8nf+sY=
github.com/Factom-Asset-Tokens/base58 v0.0.0-20181227014902-61655c4dd885/go.mod h1:RVXsRSp6VzXw5l1uiGazuf3qo23Qk0h1HzMcQk+X4LE=
github.com/Factom-Asset-Tokens/factom v0.0.0-20191120022136-7bf60a31a324 h1:g0c2FPDPGrhFo1sKGLogPQaKQ6LNKkSu6wlXj2Na6l8=
github.com/Factom-Asset-Tokens/factom v0.0.0-20191120022136-7bf60a31a324/go.mod h1:QwTTrmYvbvsDC7+ZzonzR0jmoT9BgPzaM0XsMJqCJFs=
github.com/Factom-Asset-Tokens/factom v0.0.0-20191121210333-481aa2c19345 h1:cj5VO1AkJMzHjAp0lDG966c7TQ35ygzJ/NK4XZvnacM=
github.com/Factom-Asset-Tokens/factom v0.0.0-20191121210333-481aa2c19345/go.mod h1:QwTTrmYvbvsDC7+ZzonzR0jmoT9BgPzaM0XsMJqCJFs=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
Expand Down

0 comments on commit 1f9dc98

Please sign in to comment.