7
7
// Copy any additional replace directives from Porter's go.mod file
8
8
// They must match the replaces used by porter everything to compile
9
9
replace (
10
-
11
10
// expose-ast
12
11
// https://github.com/osteele/liquid/pull/59
13
12
github.com/osteele/liquid => github.com/carolynvs/liquid v1.2.5-0.20220131221838-2e107bef298f
@@ -16,7 +15,7 @@ replace (
16
15
)
17
16
18
17
require (
19
- get.porter.sh/porter v1.0.0-alpha.9
18
+ get.porter.sh/porter v1.0.0-alpha.13
20
19
github.com/Masterminds/semver v1.5.0
21
20
github.com/ghodss/yaml v1.0.0
22
21
github.com/pkg/errors v0.9.1
@@ -35,16 +34,15 @@ require (
35
34
github.com/andybalholm/brotli v1.0.0 // indirect
36
35
github.com/andybalholm/cascadia v1.0.0 // indirect
37
36
github.com/carolynvs/aferox v0.3.0 // indirect
38
- github.com/carolynvs/magex v0.6.0 // indirect
37
+ github.com/carolynvs/magex v0.6.1 // indirect
39
38
github.com/cbroglie/mustache v1.0.1 // indirect
40
39
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
41
- github.com/cnabio/cnab-go v0.21 .0 // indirect
40
+ github.com/cnabio/cnab-go v0.23 .0 // indirect
42
41
github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4 // indirect
43
42
github.com/davecgh/go-spew v1.1.1 // indirect
44
43
github.com/dsnet/compress v0.0.1 // indirect
45
44
github.com/fatih/color v1.9.0 // indirect
46
45
github.com/fsnotify/fsnotify v1.4.9 // indirect
47
- github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
48
46
github.com/gobuffalo/logger v1.0.4 // indirect
49
47
github.com/gobuffalo/packd v1.0.0 // indirect
50
48
github.com/gobuffalo/packr/v2 v2.8.1 // indirect
@@ -60,6 +58,7 @@ require (
60
58
github.com/karrick/godirwalk v1.16.1 // indirect
61
59
github.com/klauspost/compress v1.12.3 // indirect
62
60
github.com/klauspost/pgzip v1.2.4 // indirect
61
+ github.com/kr/text v0.2.0 // indirect
63
62
github.com/magefile/mage v1.11.0 // indirect
64
63
github.com/magiconair/properties v1.8.1 // indirect
65
64
github.com/markbates/errx v1.1.0 // indirect
@@ -73,17 +72,20 @@ require (
73
72
github.com/mitchellh/mapstructure v1.3.3 // indirect
74
73
github.com/mmcdole/gofeed v1.0.0-beta2 // indirect
75
74
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
75
+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
76
76
github.com/nwaples/rardecode v1.1.0 // indirect
77
77
github.com/oklog/ulid v1.3.1 // indirect
78
78
github.com/olekukonko/tablewriter v0.0.4 // indirect
79
- github.com/osteele/liquid v1.2.4 // indirect
79
+ github.com/osteele/liquid v1.3.0 // indirect
80
80
github.com/osteele/tuesday v1.0.3 // indirect
81
81
github.com/pelletier/go-toml v1.9.1 // indirect
82
82
github.com/pierrec/lz4/v4 v4.0.3 // indirect
83
83
github.com/pmezard/go-difflib v1.0.0 // indirect
84
84
github.com/qri-io/jsonpointer v0.1.1 // indirect
85
85
github.com/qri-io/jsonschema v0.2.2-0.20210723092138-2eb22ee8115f // indirect
86
+ github.com/sergi/go-diff v1.1.0 // indirect
86
87
github.com/sirupsen/logrus v1.8.1 // indirect
88
+ github.com/smartystreets/assertions v1.0.0 // indirect
87
89
github.com/spf13/afero v1.5.1 // indirect
88
90
github.com/spf13/cast v1.3.1 // indirect
89
91
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -117,6 +119,7 @@ require (
117
119
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
118
120
google.golang.org/grpc v1.41.0 // indirect
119
121
google.golang.org/protobuf v1.27.1 // indirect
122
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
120
123
gopkg.in/ini.v1 v1.56.0 // indirect
121
124
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
122
125
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
0 commit comments