-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
22 lines (20 loc) · 942 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/awslabs/yesiscan
go 1.16
require (
github.com/aws/aws-sdk-go-v2 v1.16.11 // indirect
github.com/aws/aws-sdk-go-v2/config v1.17.1 // indirect
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.5 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/gin-contrib/multitemplate v0.0.0-20220705015713-e21a0ba39de3 // indirect
github.com/gin-gonic/gin v1.8.1 // indirect
github.com/go-git/go-git/v5 v5.3.0 // indirect
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/google/licenseclassifier v0.0.0-20210325184830-bb04aff29e72 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/ssgelm/cookiejarparser v1.0.1 // indirect
github.com/urfave/cli/v2 v2.14.1 // indirect
golang.org/x/term v0.1.0 // indirect
)