From ffaf08a7d756d34ed57c96355afbad09e3b25d92 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 6 Nov 2020 20:43:22 +0800 Subject: [PATCH] Update dependencies and setup --- .travis.yml | 9 ++------- go.mod | 5 ++--- go.sum | 15 +++++++-------- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e93076..3274dcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,13 @@ dist: bionic language: generic -# Assuming that the GitHub API is at version 4.0 -# disable the default submodule logic -git: - submodules: false - before_install: - sudo apt-get update - sudo apt-get install python3 - - sudo apt-get install ruby wget + - sudo apt-get install ruby wget graphviz - wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb" - sudo dpkg -i *.deb - - sudo gem install asciidoctor + - sudo gem install asciidoctor asciidoctor-diagram script: - hugo diff --git a/go.mod b/go.mod index ab5b53d..053921e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module github.com/foo-dogsquared/blog go 1.15 require ( - github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201106102016-2fe4afef342f // indirect - github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect - github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706 // indirect + github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3 // indirect + github.com/foo-dogsquared/hugo-web-feeds v0.0.2 // indirect ) diff --git a/go.sum b/go.sum index 73e8fde..40f8d16 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,8 @@ -github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201026173406-633714bb359d/go.mod h1:IqgEwYyo2L3mFR2RoelZZ3Ncwph7QTssrZ3deCaE0us= -github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201030114530-c0a2488a58fb/go.mod h1:BL7L5CENEhUx+miRRaOZ9SVC92j9MAMztirBWtTpiPc= -github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201106102016-2fe4afef342f h1:yH3k/eJjg3L1Y7FUAxOjhpnuWE+yIFcsCOfmrmQNi+Q= -github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201106102016-2fe4afef342f/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw= -github.com/foo-dogsquared/hugo-web-feeds v0.0.1 h1:miuJMx2Plw+4TBGctI2CgWXilddEHFnKNDQ9kLNti3w= -github.com/foo-dogsquared/hugo-web-feeds v0.0.1/go.mod h1:0WxK3+xNIj/Wpk2kkUW0p6Uqmr/OZjPsRtQDCMazNmI= +github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201106121650-08c012c284f2/go.mod h1:yIWROkb+Zcex0JBLlZOnejI83GWOmz/aYtKSNXexLSk= +github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839/go.mod h1:BL7L5CENEhUx+miRRaOZ9SVC92j9MAMztirBWtTpiPc= +github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3 h1:Wfxh9bbb5ks88v8BHrB17z0oeGi3lu0EK1LV7M+k840= +github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3/go.mod h1:q2QVvX0SJhtybk/2LDTejRg4RWXnDY6hcE7qYARnBNI= +github.com/foo-dogsquared/hugo-web-feeds v0.0.2 h1:688h38JdIvxKSTdvAFfskEM2n9VJNNNacHwlFc4lvkg= +github.com/foo-dogsquared/hugo-web-feeds v0.0.2/go.mod h1:0WxK3+xNIj/Wpk2kkUW0p6Uqmr/OZjPsRtQDCMazNmI= github.com/refactoringui/heroicons v0.4.2/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk= -github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706 h1:dXop39uj0JjYZqKfD2t8URe2CcmafSMnnX2ReK2/0J8= -github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE= +github.com/simple-icons/simple-icons v0.0.0-20201103182019-19568e5c3824/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=