-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #329 from hearchco/as/feat/huge
feat: huge refactor
- Loading branch information
Showing
265 changed files
with
6,719 additions
and
5,997 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
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
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,78 +1,61 @@ | ||
module github.com/hearchco/hearchco | ||
module github.com/hearchco/agent | ||
|
||
go 1.22 | ||
|
||
toolchain go1.22.0 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.9.2 | ||
github.com/alecthomas/kong v0.9.0 | ||
github.com/andybalholm/brotli v1.1.0 | ||
github.com/aws/aws-lambda-go v1.47.0 | ||
github.com/awslabs/aws-lambda-go-api-proxy v0.16.2 | ||
github.com/dgraph-io/badger/v4 v4.2.0 | ||
github.com/go-chi/chi/v5 v5.0.12 | ||
github.com/go-chi/cors v1.2.1 | ||
github.com/gocolly/colly/v2 v2.1.1-0.20231020184023-3c987f1982ed | ||
github.com/gocolly/colly/v2 v2.1.1-0.20231020184023-3c987f1982ed // Hearchco's PR | ||
github.com/knadh/koanf/parsers/yaml v0.1.0 | ||
github.com/knadh/koanf/providers/env v0.1.0 | ||
github.com/knadh/koanf/providers/file v0.1.0 | ||
github.com/knadh/koanf/providers/structs v0.1.0 | ||
github.com/knadh/koanf/v2 v2.1.1 | ||
github.com/pkg/profile v1.7.0 | ||
github.com/redis/go-redis/v9 v9.5.2 | ||
github.com/redis/go-redis/v9 v9.5.3 | ||
github.com/rs/zerolog v1.33.0 | ||
golang.org/x/net v0.26.0 | ||
golang.org/x/tools v0.22.0 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/antchfx/htmlquery v1.3.1 // indirect | ||
github.com/antchfx/xmlquery v1.4.0 // indirect | ||
github.com/antchfx/xpath v1.3.0 // indirect | ||
github.com/bits-and-blooms/bitset v1.13.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/felixge/fgprof v0.9.4 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/glog v1.2.1 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/flatbuffers v24.3.25+incompatible // indirect | ||
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect | ||
github.com/klauspost/compress v1.17.8 // indirect | ||
github.com/knadh/koanf/maps v0.1.1 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/nlnwa/whatwg-url v0.4.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/rs/xid v1.5.0 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/mod v0.18.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.9.2 | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/antchfx/htmlquery v1.3.1 // indirect | ||
github.com/antchfx/xmlquery v1.4.0 // indirect | ||
github.com/antchfx/xpath v1.3.0 // indirect | ||
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect | ||
github.com/kennygrant/sanitize v1.2.4 // indirect | ||
github.com/knadh/koanf/maps v0.1.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/nlnwa/whatwg-url v0.4.1 // indirect | ||
github.com/rs/xid v1.5.0 // indirect | ||
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect | ||
github.com/temoto/robotstxt v1.1.2 // indirect | ||
golang.org/x/net v0.26.0 | ||
golang.org/x/mod v0.18.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.34.1 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.