Skip to content

Commit

Permalink
allow license for go-monetdb
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed Jul 11, 2023
1 parent 069a3ce commit 39ac503
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: v1.5.0
ignore:
'snyk:lic:golang:github.com:monetdb:monetdb-go:MPL-2.0':
- '*':
reason: 'approved by security'
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.19

require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/MonetDB/MonetDB-Go v1.0.2
github.com/SAP/go-hdb v0.107.3
github.com/aws/aws-lambda-go v1.41.0
github.com/aws/aws-sdk-go v1.44.69
Expand Down Expand Up @@ -37,7 +38,6 @@ require (
require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/MonetDB/MonetDB-Go v1.0.2 // indirect
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit 39ac503

Please sign in to comment.