Skip to content

Commit

Permalink
feat: cleanup repository
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed May 12, 2023
1 parent 4e4a5f3 commit 0c67667
Show file tree
Hide file tree
Showing 5 changed files with 1,092 additions and 114 deletions.
28 changes: 0 additions & 28 deletions Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions Makefile

This file was deleted.

4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ module github.com/oscaromeu/meteocat
go 1.13

require (
github.com/fatih/color v1.9.0
github.com/fatih/color v1.15.0
github.com/ilyakaznacheev/cleanenv v1.2.5
github.com/influxdata/influxdb-client-go/v2 v2.6.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading

0 comments on commit 0c67667

Please sign in to comment.