-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Deps versions bump - Code cleanup and refactoring
- Loading branch information
Maya Sergeeva
committed
Dec 15, 2022
1 parent
0446a10
commit 77b8eff
Showing
22 changed files
with
374 additions
and
1,067 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 |
---|---|---|
|
@@ -8,4 +8,6 @@ configuration/*/* | |
!configuration/defaults/* | ||
c.out | ||
coverage.html | ||
.golangci.yml | ||
.golangci_*.yml | ||
linter.mk | ||
tests.mk |
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,4 +1,4 @@ | ||
FROM golang:1.17-buster as build-env | ||
FROM golang:1.19-buster as build-env | ||
|
||
WORKDIR /app | ||
COPY . /app | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ defaults: | |
alias: "prerender" | ||
name: "SPA prerender" | ||
about: "Приложение для рендера SPA приложений как html странички" | ||
version: "1.0.1" | ||
version: "1.2.0" | ||
docs: "---" | ||
contacts: "[email protected]" | ||
copyright: "SpaceTab © 2022" |
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,67 +1,66 @@ | ||
module github.com/spacetab-io/prerender-go | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v1.16.15 | ||
github.com/aws/aws-sdk-go-v2/config v1.17.6 | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.19 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10 | ||
github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b | ||
github.com/chromedp/chromedp v0.5.3 | ||
github.com/spacetab-io/commands-go v0.5.0 | ||
github.com/spacetab-io/configuration-go v1.2.0 | ||
github.com/aws/aws-sdk-go-v2 v1.17.2 | ||
github.com/aws/aws-sdk-go-v2/config v1.18.4 | ||
github.com/aws/aws-sdk-go-v2/credentials v1.13.4 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.5 | ||
github.com/chromedp/cdproto v0.0.0-20220924210414-0e3390be1777 | ||
github.com/chromedp/chromedp v0.8.6 | ||
github.com/spacetab-io/commands-go v0.6.0 | ||
github.com/spacetab-io/configuration-go v1.2.1 | ||
github.com/spacetab-io/configuration-structs-go/v2 v2.0.0-alpha4 | ||
github.com/spacetab-io/logs-go/v3 v3.0.0-alpha3 | ||
github.com/spf13/cobra v1.5.0 | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/spf13/cobra v1.6.1 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/yterajima/go-sitemap v0.3.0 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.13 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.22 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.18 // indirect | ||
github.com/aws/smithy-go v1.13.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.27 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.21 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.17.6 // indirect | ||
github.com/aws/smithy-go v1.13.5 // indirect | ||
github.com/chromedp/sysutil v1.0.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/getsentry/sentry-go v0.13.0 // indirect | ||
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect | ||
github.com/gobwas/pool v0.2.0 // indirect | ||
github.com/gobwas/ws v1.0.3 // indirect | ||
github.com/gobwas/httphead v0.1.0 // indirect | ||
github.com/gobwas/pool v0.2.1 // indirect | ||
github.com/gobwas/ws v1.1.0 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgconn v1.10.0 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgproto3/v2 v2.1.1 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jackc/pgtype v1.8.1 // indirect | ||
github.com/jackc/pgx/v4 v4.13.0 // indirect | ||
github.com/knq/sysutil v0.0.0-20191005231841-15668db23d08 // indirect | ||
github.com/mailru/easyjson v0.7.1 // indirect | ||
github.com/jackc/pgx-zap v0.0.0-20220909013905-c08a18c611dd // indirect | ||
github.com/jackc/pgx/v5 v5.0.4 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/kr/text v0.1.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/pressly/goose v2.7.0+incompatible // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.21.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
go.uber.org/zap v1.23.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect | ||
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.