Skip to content

Commit

Permalink
update safenotes be dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Florin Rendler authored and rendler-denis committed Nov 15, 2020
1 parent 987e596 commit 1b7c0c1
Show file tree
Hide file tree
Showing 367 changed files with 25,289 additions and 9,259 deletions.
8 changes: 4 additions & 4 deletions configs/safenotes.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ static-site:
envjs:
web:
domain: "http://localhost/app"
storage_path: "http://localhost/api"
storage-path: "http://localhost/api"
theme:
logo:
image: "/app/new-logo.png"
imageCss: ['object-contain h-36 w-48 pt-2']
# logo:
# image: "/app/new-logo.png"
# imageCss: ['object-contain h-36 w-48 pt-2']

sketch:
templatesDir: resources/templates/email
Expand Down
27 changes: 14 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,30 @@ module github.com/koderhut/safenotes
go 1.14

require (
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
github.com/emersion/go-smtp v0.13.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/lajosbencz/glo v0.1.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/xhit/go-simple-mail/v2 v2.4.0
golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect
github.com/xhit/go-simple-mail/v2 v2.5.1
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
68 changes: 32 additions & 36 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion note/memoryrepo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func TestMemoryRepo_StoreWithTimeout(t *testing.T) {
expire string
err string
}{
{"store into repo with bad duration", "test_content", "abc", "time: invalid duration abc"},
{"store into repo with bad duration", "test_content", "abc", "time: invalid duration \"abc\""},
}

for _, tt := range tests {
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/google/uuid/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions vendor/github.com/google/uuid/marshal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/github.com/google/uuid/version1.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion vendor/github.com/google/uuid/version4.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/github.com/gorilla/mux/mux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/github.com/gorilla/mux/regexp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/magiconair/properties/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 22 additions & 1 deletion vendor/github.com/magiconair/properties/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/magiconair/properties/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/magiconair/properties/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions vendor/github.com/magiconair/properties/load.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 25 additions & 4 deletions vendor/github.com/magiconair/properties/properties.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions vendor/github.com/mattn/go-runewidth/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/mattn/go-runewidth/go.test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/mattn/go-runewidth/runewidth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion vendor/github.com/mattn/go-runewidth/runewidth_posix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b7c0c1

Please sign in to comment.