Skip to content

Commit

Permalink
Add submodule of opslevel-go for easier in-progress development
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Apr 12, 2022
1 parent 6cb784c commit 63c2ee8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/submodules/opslevel-go"]
path = src/submodules/opslevel-go
url = [email protected]:OpsLevel/opslevel-go.git
3 changes: 1 addition & 2 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

// Uncomment for local development
// replace github.com/opslevel/opslevel-go => ../../opslevel-go
replace github.com/opslevel/opslevel-go => ./submodules/opslevel-go
2 changes: 0 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJ
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/opslevel/opslevel-go v0.4.5-0.20220225194148-bc75f2c38d93 h1:2hthHmPVoRHmNFcm2GoFkwDRD2lItEexPRFdS/oU7nY=
github.com/opslevel/opslevel-go v0.4.5-0.20220225194148-bc75f2c38d93/go.mod h1:1TOpN85sZniDa8XaoAa+e5eVyoQore5do/dbvwl2L/U=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ=
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
Expand Down
1 change: 1 addition & 0 deletions src/submodules/opslevel-go
Submodule opslevel-go added at 79abd7

0 comments on commit 63c2ee8

Please sign in to comment.