We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578a007 commit 31fd0d5Copy full SHA for 31fd0d5
.gitignore
@@ -34,5 +34,3 @@ docker-images/base/repos
34
/prod.txt
35
/test.txt
36
/diff.txt
37
-/go.mod
38
-/go.sum
go.mod
@@ -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