-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
50 lines (48 loc) · 2.11 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/uncharted-distil/distil
go 1.13
require (
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/caarlos0/env v3.5.0+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.2 // indirect
github.com/gorilla/websocket v1.4.2
github.com/h2non/filetype v1.0.12
github.com/hashicorp/golang-lru v0.5.4
github.com/jackc/pgconn v1.6.1
github.com/jackc/pgproto3/v2 v2.0.2
github.com/jackc/pgtype v1.4.0
github.com/jackc/pgx/v4 v4.7.1
github.com/klauspost/compress v1.11.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/microcosm-cc/bluemonday v1.0.16
github.com/mitchellh/hashstructure v1.0.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/olivere/elastic/v7 v7.0.15
github.com/otiai10/copy v1.0.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/paulmach/orb v0.2.1
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday v2.0.0+incompatible
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/uncharted-distil/distil-compute v0.0.0-20211126161258-437b8a44025d
github.com/uncharted-distil/distil-image-upscale v0.0.0-20210923132226-8eaee866ebdb
github.com/uncharted-distil/gdal v0.0.0-20200504224203-25f2e6a0dc2a
github.com/unchartedsoftware/plog v0.0.0-20200807135627-83d59e50ced5
github.com/vova616/xxhash v0.0.0-20130313230233-f0a9a8b74d48
github.com/xitongsys/parquet-go v1.5.3
github.com/xitongsys/parquet-go-source v0.0.0-20190524061010-2b72cbee77d5
github.com/zenazn/goji v0.9.0
goji.io/v3 v3.0.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/grpc v1.27.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)