File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- v0.20.2
1
+ v0.20.3
Original file line number Diff line number Diff line change 5
5
replace github.com/nextmv-io/sdk => ../../.
6
6
7
7
require (
8
- github.com/nextmv-io/sdk v0.0.0
8
+ github.com/nextmv-io/sdk v0.20.3
9
9
googlemaps.github.io/maps v1.3.2
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/nextmv-io/sdk => ../../.
6
6
7
7
require (
8
8
github.com/google/go-cmp v0.5.6
9
- github.com/nextmv-io/sdk v0.0.0
9
+ github.com/nextmv-io/sdk v0.20.3
10
10
)
11
11
12
12
require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/nextmv-io/sdk => ../../.
7
7
require (
8
8
github.com/golang/mock v1.6.0
9
9
github.com/hashicorp/golang-lru v0.5.4
10
- github.com/nextmv-io/sdk v0.0.0
10
+ github.com/nextmv-io/sdk v0.20.3
11
11
)
12
12
13
13
require github.com/twpayne/go-polyline v1.1.1
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ replace github.com/nextmv-io/sdk => ../../.
6
6
7
7
require (
8
8
github.com/dgraph-io/ristretto v0.1.0
9
- github.com/nextmv-io/go-routingkit v0.1.9
10
- github.com/nextmv-io/sdk v0.0.0
9
+ github.com/nextmv-io/go-routingkit v0.1.10
10
+ github.com/nextmv-io/sdk v0.20.3
11
11
)
12
12
13
13
require (
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
45
45
github.com/kisielk/errcheck v1.2.0 /go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00 =
46
46
github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
47
47
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
48
- github.com/nextmv-io/go-routingkit v0.1.9 h1:7iM27C9TtjgLsfoo3ziHyZ6yw7OVqZDe0LsEKebjUd0 =
49
- github.com/nextmv-io/go-routingkit v0.1.9 /go.mod h1:ZoQfy6fSQdhxBOxVSZBf2pLGFKpq3lxtVNeCKmBZsRk =
48
+ github.com/nextmv-io/go-routingkit v0.1.10 h1:OTE9tXwxBp2RoTkkIopR0AqXnC8CLUEiwkbDb4A3/tA =
49
+ github.com/nextmv-io/go-routingkit v0.1.10 /go.mod h1:ZoQfy6fSQdhxBOxVSZBf2pLGFKpq3lxtVNeCKmBZsRk =
50
50
github.com/paulmach/orb v0.1.3 /go.mod h1:VFlX/8C+IQ1p6FTRRKzKoOPJnvEtA5G0Veuqwbu//Vk =
51
51
github.com/paulmach/orb v0.1.6 /go.mod h1:pPwxxs3zoAyosNSbNKn1jiXV2+oovRDObDKfTvRegDI =
52
52
github.com/paulmach/orb v0.7.1 h1:Zha++Z5OX/l168sqHK3k4z18LDvr+YAO/VjK0ReQ9rU =
You can’t perform that action at this time.
0 commit comments