Skip to content

Commit

Permalink
Merge pull request #221 from OffchainLabs/bump-go-version
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
edfelten committed Feb 12, 2020
2 parents 9edd393 + 5775d23 commit fc7101d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Here are the important dependencies in case you are not running on a supported O
Download the Arbitrum Monorepo from source:

```bash
git clone -b v0.4.0 --depth=1 -c advice.detachedHead=false https://github.com/offchainlabs/arbitrum.git
git clone -b v0.4.1 --depth=1 -c advice.detachedHead=false https://github.com/offchainlabs/arbitrum.git
cd arbitrum
yarn
yarn build
Expand Down
2 changes: 1 addition & 1 deletion packages/arb-avm-cpp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module github.com/offchainlabs/arbitrum/packages/arb-avm-cpp

go 1.12

require github.com/offchainlabs/arbitrum/packages/arb-util v0.4.0
require github.com/offchainlabs/arbitrum/packages/arb-util v0.4.1

replace github.com/offchainlabs/arbitrum/packages/arb-util => ../arb-util
2 changes: 1 addition & 1 deletion packages/arb-avm-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.12
require (
github.com/dgraph-io/badger v1.6.0
github.com/ethereum/go-ethereum v1.9.8
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.0
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.1
)

replace github.com/offchainlabs/arbitrum/packages/arb-util => ../arb-util
4 changes: 2 additions & 2 deletions packages/arb-provider-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.12
require (
github.com/ethereum/go-ethereum v1.9.8
github.com/gorilla/rpc v1.2.0
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.0
github.com/offchainlabs/arbitrum/packages/arb-validator v0.4.0
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.1
github.com/offchainlabs/arbitrum/packages/arb-validator v0.4.1
)

replace github.com/offchainlabs/arbitrum/packages/arb-validator => ../arb-validator
Expand Down
6 changes: 3 additions & 3 deletions packages/arb-validator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ require (
github.com/huin/goupnp v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/offchainlabs/arbitrum/packages/arb-avm-cpp v0.4.0
github.com/offchainlabs/arbitrum/packages/arb-avm-go v0.4.0
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.0
github.com/offchainlabs/arbitrum/packages/arb-avm-cpp v0.4.1
github.com/offchainlabs/arbitrum/packages/arb-avm-go v0.4.1
github.com/offchainlabs/arbitrum/packages/arb-util v0.4.1
github.com/pborman/uuid v1.2.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/tsdb v0.10.0 // indirect
Expand Down

0 comments on commit fc7101d

Please sign in to comment.