Skip to content

Commit 09f0251

Browse files
committed
2 parents 21d2d7c + b807c3b commit 09f0251

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

academy_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"3e2f9c82-1a4c-4781-adf9-99ec22cd994e": {
1616
"module": "github.com/layer5io/digitalocean-academy",
17-
"version": "v0.1.4"
17+
"version": "v0.1.5"
1818
}
1919
}
2020
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/Fo
1010
require (
1111
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect
1212
github.com/layer5io/academy-theme v0.3.5 // indirect
13-
github.com/layer5io/digitalocean-academy v0.1.4 // indirect
13+
github.com/layer5io/digitalocean-academy v0.1.5 // indirect
1414
github.com/layer5io/exoscale-academy v0.6.15 // indirect
1515
github.com/layer5io/layer5-academy v0.6.1 // indirect
1616
github.com/twbs/bootstrap v5.3.7+incompatible // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ github.com/layer5io/digitalocean-academy v0.1.3 h1:5o4iZAgHH86KJFX7oN7jBKdxqHBGS
2020
github.com/layer5io/digitalocean-academy v0.1.3/go.mod h1:mU1UGptxC+nnLu4bTJzNCKLaXw+dBHz5XCesyTipViA=
2121
github.com/layer5io/digitalocean-academy v0.1.4 h1:yN9gSM04iaMFWSibFjBHQhCCNBteD/ukiGyZCnfaJpU=
2222
github.com/layer5io/digitalocean-academy v0.1.4/go.mod h1:mU1UGptxC+nnLu4bTJzNCKLaXw+dBHz5XCesyTipViA=
23+
github.com/layer5io/digitalocean-academy v0.1.5 h1:G2fKeF8s5V4IENd34CX0k3/6E+e1meyLuHmu7hcIEog=
24+
github.com/layer5io/digitalocean-academy v0.1.5/go.mod h1:mU1UGptxC+nnLu4bTJzNCKLaXw+dBHz5XCesyTipViA=
2325
github.com/layer5io/exoscale-academy v0.6.5 h1:ZC36fwf/AwaTLdCLsBcj0rafpDCfhf9UObUid5y7G2I=
2426
github.com/layer5io/exoscale-academy v0.6.5/go.mod h1:Plyt2oY6ptY2b/m0B3LthZ5yF62lsEz4iXuSiaZy+kE=
2527
github.com/layer5io/exoscale-academy v0.6.6 h1:JLxXBDas9dQNTqga9nfknnWsH1HmOF+hBSER4E0BEOU=

0 commit comments

Comments
 (0)