This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed docker build error, Go upgrade 1.14 -> 1.15
Signed-off-by: nmapx <[email protected]>
- Loading branch information
Showing
5 changed files
with
210 additions
and
38 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,21 +1,24 @@ | ||
module github.com/nmapx/revolut-stocks-list | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/disintegration/imaging v1.6.2 | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.3.2 // indirect | ||
github.com/otiai10/gosseract/v2 v2.2.4 | ||
github.com/pelletier/go-toml v1.6.0 // indirect | ||
github.com/piquette/finance-go v1.0.0 | ||
github.com/pelletier/go-toml v1.8.0 // indirect | ||
github.com/piquette/finance-go v1.0.1-0.20190922201338-e2d6921ec6d7 | ||
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/afero v1.3.0 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.6.1 | ||
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 // indirect | ||
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/yaml.v2 v2.2.7 // indirect | ||
github.com/spf13/viper v1.7.0 | ||
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect | ||
golang.org/x/sys v0.0.0-20200620081246-981b61492c35 // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
gopkg.in/ini.v1 v1.57.0 // indirect | ||
) |
Oops, something went wrong.