From e66473a8b33532d44efbb04676d9e48bfddf815a Mon Sep 17 00:00:00 2001 From: Songmu Date: Mon, 9 Oct 2023 01:42:41 +0900 Subject: [PATCH] Go 1.21 and update deps --- go.mod | 6 +++--- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index bf76f6d..228d3f9 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,13 @@ module github.com/x-motemen/blogsync +go 1.21 + require ( github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a github.com/motemen/go-loghttp v0.0.0-20170804080138-974ac5ceac27 github.com/motemen/go-wsse v0.0.0-20141201105324-13a083a10e32 github.com/stretchr/testify v1.8.0 - github.com/urfave/cli/v2 v2.25.1 + github.com/urfave/cli/v2 v2.25.7 gopkg.in/yaml.v2 v2.4.0 ) @@ -19,5 +21,3 @@ require ( github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -go 1.20 diff --git a/go.sum b/go.sum index ca3b944..87d60b0 100644 --- a/go.sum +++ b/go.sum @@ -140,8 +140,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= -github.com/urfave/cli/v2 v2.25.1 h1:zw8dSP7ghX0Gmm8vugrs6q9Ku0wzweqPyshy+syu9Gw= -github.com/urfave/cli/v2 v2.25.1/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc= +github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs= +github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ= github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU= github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=