Skip to content

Commit

Permalink
Bump up version of external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
spiegel-im-spiegel committed Sep 30, 2020
1 parent 4fa204a commit 609cb0a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: build

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: lint
on:
push:
tags:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# [mklink] -- Make Link with Markdown Format

[![Build Status](https://github.com/spiegel-im-spiegel/mklink/workflows/CI/badge.svg)](https://github.com/spiegel-im-spiegel/mklink/actions)
[![check vulns](https://github.com/spiegel-im-spiegel/mklink/workflows/vulns/badge.svg)](https://github.com/spiegel-im-spiegel/mklink/actions)
[![lint status](https://github.com/spiegel-im-spiegel/mklink/workflows/lint/badge.svg)](https://github.com/spiegel-im-spiegel/mklink/actions)
[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/spiegel-im-spiegel/mklink/master/LICENSE)
[![GitHub release](http://img.shields.io/github/release/spiegel-im-spiegel/mklink.svg)](https://github.com/spiegel-im-spiegel/mklink/releases/latest)

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/atotto/clipboard v0.1.2
github.com/mattn/go-encoding v0.0.2
github.com/spf13/cobra v1.0.1-0.20200923222621-0bc8bfbe596b
github.com/spiegel-im-spiegel/errs v1.0.0
github.com/spiegel-im-spiegel/gocli v0.10.1
github.com/spiegel-im-spiegel/errs v1.0.1
github.com/spiegel-im-spiegel/gocli v0.10.2
github.com/spiegel-im-spiegel/gprompt v0.9.6
golang.org/x/net v0.0.0-20200927032502-5d4f70055728
)
Expand Down
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,11 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg=
github.com/spiegel-im-spiegel/errs v1.0.0 h1:tT/MJRUCFZWDTCTXnRFbrxzcJVsjdardQvG5LybgO/0=
github.com/spiegel-im-spiegel/errs v1.0.0/go.mod h1:UoasJYYujMcdkbT9USv8dfZWoMyaY3btqQxoLJImw0A=
github.com/spiegel-im-spiegel/gocli v0.10.1 h1:XWyq4dKFp2xTjiH2P2bxPZyi0++4IHp9HOksgGdfwpA=
github.com/spiegel-im-spiegel/errs v1.0.1 h1:pRPCRvofnnF+gJA8yZH61EEs9HlpjHz87qNC8MAsJ44=
github.com/spiegel-im-spiegel/errs v1.0.1/go.mod h1:UoasJYYujMcdkbT9USv8dfZWoMyaY3btqQxoLJImw0A=
github.com/spiegel-im-spiegel/gocli v0.10.1/go.mod h1:9vRvly2giutJ2sAtQjrw570p9ulJA3twgKlurmnj12g=
github.com/spiegel-im-spiegel/gocli v0.10.2 h1:e3KwLaTocagCLXpoFqZ6IApd9KPjGg3uUIiU0Bs//qM=
github.com/spiegel-im-spiegel/gocli v0.10.2/go.mod h1:9vRvly2giutJ2sAtQjrw570p9ulJA3twgKlurmnj12g=
github.com/spiegel-im-spiegel/gprompt v0.9.6 h1:z9FbI6dQlCXFesmxrkgR9EPwaCj/ZpSBNDKBF+NLHX0=
github.com/spiegel-im-spiegel/gprompt v0.9.6/go.mod h1:3FzrLLlQfltS0jqtZA065/rFhOsgqogSxzvgmZb8QUE=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 609cb0a

Please sign in to comment.