diff options
author | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-05-07 04:36:25 -0400 |
---|---|---|
committer | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-05-07 04:36:25 -0400 |
commit | 7bdaeb349bd9cbba320a0147010ea0b496c09a1b (patch) | |
tree | cb51d49ea68163e765ab73ad741a88157cdb5428 /go.mod | |
parent | 1f01ec26939845d7c19d9284ef84e00b5747d1ad (diff) |
remove debug messages
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ 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 |