Updating go-diameter in glide, adding sctp library

This commit is contained in:
DanB
2018-09-18 12:06:48 +02:00
parent f2f3ca6cda
commit 33725d9f4e
2 changed files with 4 additions and 1 deletions

4
glide.lock generated
View File

@@ -24,7 +24,7 @@ imports:
- name: github.com/DisposaBoy/JsonConfigReader
version: 33a99fdf1d5ee1f79b5077e9c06f955ad356d5f4
- name: github.com/fiorix/go-diameter
version: d742356e99f1457ee1fb8ddc238c932e9f5ca87b
version: 16028e641c19a8dd67509053bc558d389258ff6d
subpackages:
- diam
- diam/avp
@@ -33,6 +33,8 @@ imports:
- diam/sm
- diam/sm/smparser
- diam/sm/smpeer
- name: github.com/ishidawataru/sctp
version: 6e2cb1366111dcf547c13531e3a263a067715847
- name: github.com/go-sql-driver/mysql
version: 99ff426eb706cffe92ff3d058e168b278cabf7c7
- name: github.com/gorhill/cronexpr

View File

@@ -14,6 +14,7 @@ import:
- diam/datatype
- diam/dict
- diam/sm
- package: github.com/ishidawataru/sctp
- package: github.com/go-sql-driver/mysql
- package: github.com/gorhill/cronexpr
- package: github.com/jinzhu/gorm