File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup
22
22
run : go get
23
23
24
- - name : Build
25
- run : go build -v ./...
26
-
27
24
- name : Test
28
25
run : go test -v ./...
Original file line number Diff line number Diff line change
1
+ module github.com/evanphx/json-patch
2
+
3
+ go 1.14
4
+
5
+ require (
6
+ github.com/jessevdk/go-flags v1.4.0
7
+ github.com/pkg/errors v0.9.1
8
+ )
Original file line number Diff line number Diff line change
1
+ github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA =
2
+ github.com/jessevdk/go-flags v1.4.0 /go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI =
3
+ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
4
+ github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments