-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.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
)