-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (25 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/xakep666/licensevalidator
go 1.14
require (
github.com/Masterminds/semver/v3 v3.1.0
github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270
github.com/docker/docker v0.7.3-0.20190506211059-b20a14b54661
github.com/google/go-github/v18 v18.2.0
github.com/hashicorp/golang-lru v0.5.4
github.com/mediocregopher/radix/v3 v3.5.0
github.com/pelletier/go-toml v1.7.0
github.com/prometheus/client_golang v1.11.1
github.com/stretchr/testify v1.5.1
github.com/testcontainers/testcontainers-go v0.5.1
github.com/urfave/cli/v2 v2.2.0
github.com/wlbr/mule v0.0.0-20200329114911-0724e1639b62
github.com/xakep666/httpreaderat/v2 v2.0.1
go.opentelemetry.io/otel v0.4.3
go.opentelemetry.io/otel/exporters/metric/prometheus v0.4.3
go.opentelemetry.io/otel/exporters/trace/jaeger v0.4.3
go.opentelemetry.io/otel/exporters/trace/zipkin v0.4.3
go.uber.org/zap v1.15.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
gopkg.in/src-d/go-license-detector.v3 v3.1.0
)