aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 10d6453..58e427a 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/google/licenseclassifier
go 1.16
require (
- github.com/google/go-cmp v0.2.0
- github.com/sergi/go-diff v1.0.0
- github.com/stretchr/testify v1.3.0 // indirect
+ github.com/google/go-cmp v0.5.2
+ github.com/google/licenseclassifier/v2 v2.0.0-alpha.1 // indirect
+ github.com/sergi/go-diff v1.1.0
)