Skip to content

Commit 1a170bf

Browse files
committed
bump ari version: dynamic AsteriskID
1 parent eef7e79 commit 1a170bf

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/CyCoreSystems/ari-proxy/v5
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/BurntSushi/toml v0.3.1 // indirect
7-
github.com/CyCoreSystems/ari/v5 v5.0.7
7+
github.com/CyCoreSystems/ari/v5 v5.0.8
88
github.com/fsnotify/fsnotify v0.0.0-20170329110642-4da3e2cfbabc // indirect
99
github.com/gogo/protobuf v1.3.1 // indirect
1010
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect

go.sum

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
22
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3-
github.com/CyCoreSystems/ari/v5 v5.0.6 h1:p7orF723PsqNkAZRIT7SdPt6h3ydSiJPtuf0o2VGOJM=
4-
github.com/CyCoreSystems/ari/v5 v5.0.6/go.mod h1:X/wSaIuDdleDdI9gK3s6EuPFuBDFKYoUUzOPqVeOqPA=
5-
github.com/CyCoreSystems/ari/v5 v5.0.7 h1:smxZFphZSItZHgCAzPznrjQXxEQ1YWkXzTjsa9XByqw=
6-
github.com/CyCoreSystems/ari/v5 v5.0.7/go.mod h1:X/wSaIuDdleDdI9gK3s6EuPFuBDFKYoUUzOPqVeOqPA=
3+
github.com/CyCoreSystems/ari/v5 v5.0.8 h1:tyH0P1cSTR4T7fKzuq+3mUb7We9ksosIOp5yhO1HQ5A=
4+
github.com/CyCoreSystems/ari/v5 v5.0.8/go.mod h1:X/wSaIuDdleDdI9gK3s6EuPFuBDFKYoUUzOPqVeOqPA=
75
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
86
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
97
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)