Skip to content

Commit

Permalink
update structure
Browse files Browse the repository at this point in the history
Signed-off-by: bupd <[email protected]>
  • Loading branch information
bupd committed Jul 11, 2024
1 parent e3a8f69 commit 1a167c1
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 199 deletions.
12 changes: 11 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
HARBOR_USERNAME=admin
HARBOR_PASSWORD=Harbor12345
ZOT_URL="127.0.0.1:8585"
ZOT_URL="127.0.0.1:8585"

PORT=8080
APP_ENV=local

DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=groundcontrol
# Customize user and pass based on your config
DB_USERNAME=postgres
DB_PASSWORD=password
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ require (
)

require (
github.com/gorilla/mux v1.8.1
github.com/lib/pq v1.10.9
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
)
Expand Down Expand Up @@ -208,7 +210,6 @@ require (
github.com/google/wire v0.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/sessions v1.2.2 // indirect
Expand Down Expand Up @@ -251,7 +252,6 @@ require (
github.com/liamg/iamgo v0.0.9 // indirect
github.com/liamg/jfather v0.0.7 // indirect
github.com/liamg/memoryfs v1.6.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 // indirect
github.com/magiconair/properties v1.8.7 // indirect
Expand Down
46 changes: 0 additions & 46 deletions ground-control/.air.toml

This file was deleted.

29 changes: 0 additions & 29 deletions ground-control/.gitignore

This file was deleted.

72 changes: 0 additions & 72 deletions ground-control/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions ground-control/docker-compose.yml

This file was deleted.

9 changes: 0 additions & 9 deletions ground-control/dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions ground-control/go.mod

This file was deleted.

6 changes: 0 additions & 6 deletions ground-control/go.sum

This file was deleted.

File renamed without changes.

0 comments on commit 1a167c1

Please sign in to comment.