Skip to content

Commit

Permalink
Remove sub modules
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaraTully committed Sep 21, 2024
1 parent f8640b3 commit 9a55adb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 725 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ version: 2
before:
hooks:
- go mod tidy
- go clean -modcache

builds:
- env:
Expand Down
18 changes: 0 additions & 18 deletions cache/go.mod

This file was deleted.

677 changes: 0 additions & 677 deletions cache/go.sum

This file was deleted.

11 changes: 0 additions & 11 deletions geocoder/go.mod

This file was deleted.

10 changes: 0 additions & 10 deletions geocoder/go.sum

This file was deleted.

10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,30 @@ module github.com/ciaarraa/whats-the-weather
go 1.22.1

require (
github.com/ciaarraa/whats-the-weather/cache v0.0.0-20240920202625-d889f54e9885
github.com/ciaarraa/whats-the-weather/geocoder v0.0.0-20240920202625-d889f54e9885
git.mills.io/prologic/bitcask v1.0.2
github.com/google/uuid v1.6.0
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/zapling/yr.no-golang-client v0.0.0-20210309083036-f048e27db764
go.uber.org/zap v1.17.0
)

require (
git.mills.io/prologic/bitcask v1.0.2 // indirect
github.com/abcum/lcp v0.0.0-20201209214815-7a3f3840be81 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-openapi/errors v0.22.0 // indirect
github.com/go-openapi/strfmt v0.23.0 // indirect
github.com/gofrs/flock v0.8.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/plar/go-adaptive-radix-tree v1.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand All @@ -34,4 +35,5 @@ require (
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
7 changes: 2 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghf
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/ciaarraa/whats-the-weather/cache v0.0.0-20240920202625-d889f54e9885 h1:IX/jANct/9nrtZmwnMudekVrO3O1uKW8fiSNOkRucQs=
github.com/ciaarraa/whats-the-weather/cache v0.0.0-20240920202625-d889f54e9885/go.mod h1:1ponN/g9qLUIwf00nTKazI/J/vP14u8YkbWzVR95YJI=
github.com/ciaarraa/whats-the-weather/geocoder v0.0.0-20240920202625-d889f54e9885 h1:aoDX6jJiOhbVrLQvrkVXTEERYpTV2rwR7fzKw0E2/Cg=
github.com/ciaarraa/whats-the-weather/geocoder v0.0.0-20240920202625-d889f54e9885/go.mod h1:5e/OA14m3c+EN/DWdLd+opMwVSxuXM1s8c+SW2SQYP8=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
Expand Down Expand Up @@ -319,8 +315,9 @@ github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/y
github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH9Ns=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
Expand Down

0 comments on commit 9a55adb

Please sign in to comment.