Skip to content

Commit 31fd0d5

Browse files
committed
add go mod
Signed-off-by: “khalifapro” <[email protected]>
1 parent 578a007 commit 31fd0d5

File tree

3 files changed

+464
-2
lines changed

3 files changed

+464
-2
lines changed

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ docker-images/base/repos
3434
/prod.txt
3535
/test.txt
3636
/diff.txt
37-
/go.mod
38-
/go.sum

Diff for: go.mod

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module github.com/LF-Engineering/sync-data-sources
2+
3+
go 1.15
4+
5+
require (
6+
github.com/LF-Engineering/dev-analytics-libraries v1.1.17
7+
github.com/google/go-github v17.0.0+incompatible
8+
github.com/json-iterator/go v1.1.11
9+
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5
10+
golang.org/x/text v0.3.7
11+
gopkg.in/yaml.v2 v2.4.0 // indirect
12+
)

0 commit comments

Comments
 (0)