diff options
author | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-05-06 15:44:17 -0400 |
---|---|---|
committer | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-05-06 15:44:17 -0400 |
commit | 9251c7a7c0ce93c3365090a79146151c4294e393 (patch) | |
tree | 9128b2456f6dd2002d35de1bf6b7cff9df1fa04e /go.mod | |
parent | cd4b9c5b0abfbe73fc7ffc63725a758b7242d759 (diff) |
code Decode and Serialize for Prefix SID types and add unit tests
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ require ( github.com/pelletier/go-buffruneio v0.2.0 // indirect github.com/pelletier/go-toml v1.0.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/sbezverk/gobmp/pkg/tools v0.0.0-20200506032342-04944823ac3f github.com/sirupsen/logrus v0.0.0-20170713114250-a3f95b5c4235 github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect github.com/spf13/cast v1.1.0 // indirect |