aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBill Neubauer <wcn@google.com>2022-03-21 12:12:34 -0700
committerBill Neubauer <wcn@google.com>2022-03-21 12:12:34 -0700
commita6f4b9f7a6aafe35aefa57e97567f4de44972f46 (patch)
tree70bd0fd1421edf8576993ab4f6bcae9ee5883a4f /go.mod
parent0f3a421c4dc74c9c20185eb6063d7cfa59715a10 (diff)
downloadlicenseclassifier-a6f4b9f7a6aafe35aefa57e97567f4de44972f46.tar.gz
Add v2 versions of identify_license packages
This uses Go 1.16 embed features, so it moves the overall support level for the licenseclassifier up from 1.15
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
)