-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
54 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ env: | |
- GO111MODULE=on | ||
|
||
go: | ||
- 1.12.x | ||
- 1.14.x | ||
|
||
git: | ||
depth: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/jmpsec/osctrl/admin/auth | ||
|
||
go 1.12 | ||
go 1.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/javuto/osctrl/admin/handlers | ||
|
||
go 1.12 | ||
go 1.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/jmpsec/osctrl/admin/sessions | ||
|
||
go 1.12 | ||
go 1.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/javuto/osctrl/api/handlers | ||
|
||
go 1.12 | ||
go 1.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/jmpsec/osctrl/backend | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/jinzhu/gorm v1.9.12 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module github.com/jmpsec/osctrl/carves | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require github.com/jinzhu/gorm v1.9.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/jmpsec/osctrl/environments | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/jinzhu/gorm v1.9.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/jmpsec/osctrl | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/beevik/etree v1.1.0 // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/jmpsec/osctrl/logging | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require ( | ||
cloud.google.com/go v0.37.4 // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module github.com/jmpsec/osctrl/metrics | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require github.com/spf13/viper v1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module github.com/jmpsec/osctrl/nodes | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require github.com/jinzhu/gorm v1.9.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/jmpsec/osctrl/queries | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/jinzhu/gorm v1.9.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module github.com/jmpsec/osctrl/settings | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require github.com/jinzhu/gorm v1.9.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
module github.com/javuto/osctrl/tls/handlers | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/jmpsec/osctrl/backend v0.0.0-20200326023543-cb8ff04ecc7c // indirect | ||
github.com/jmpsec/osctrl/carves v0.0.0-20200326023543-cb8ff04ecc7c | ||
github.com/jmpsec/osctrl/environments v0.0.0-20200326023543-cb8ff04ecc7c | ||
github.com/jmpsec/osctrl/logging v0.0.0-20200326023543-cb8ff04ecc7c | ||
github.com/jmpsec/osctrl/metrics v0.0.0-20200326023543-cb8ff04ecc7c | ||
github.com/jmpsec/osctrl/nodes v0.0.0-20200321003619-c21be7214ee4 | ||
github.com/jmpsec/osctrl/queries v0.0.0-20200326023543-cb8ff04ecc7c | ||
github.com/jmpsec/osctrl/settings v0.0.0-20200326023543-cb8ff04ecc7c | ||
github.com/jmpsec/osctrl/types v0.0.0-20200326023543-cb8ff04ecc7c | ||
github.com/jmpsec/osctrl/utils v0.0.0-20200326023543-cb8ff04ecc7c | ||
github.com/jmpsec/osctrl/carves v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/jmpsec/osctrl/environments v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/jmpsec/osctrl/logging v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/jmpsec/osctrl/metrics v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/jmpsec/osctrl/nodes v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/jmpsec/osctrl/queries v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/jmpsec/osctrl/settings v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/jmpsec/osctrl/types v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/jmpsec/osctrl/utils v0.0.0-20200413201649-147d3fd0ab35 | ||
github.com/segmentio/ksuid v1.0.2 | ||
github.com/stretchr/testify v1.5.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/jmpsec/osctrl/types | ||
|
||
go 1.12 | ||
go 1.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module github.com/jmpsec/osctrl/utils | ||
|
||
go 1.12 | ||
go 1.14 | ||
|
||
require github.com/stretchr/testify v1.5.1 |