Skip to content

Commit

Permalink
README tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
danhunsaker committed Apr 8, 2023
1 parent 28e1d1f commit fcb9449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/mu-box/golang-microauth.svg)](https://travis-ci.org/mu-box/golang-microauth)
[![Build Status](https://github.com/mu-box/golang-microauth/actions/workflows/ci.yaml/badge.svg)](https://github.com/mu-box/golang-microauth/actions)
[![GoDoc](https://godoc.org/github.com/mu-box/golang-microauth?status.svg)](https://godoc.org/github.com/mu-box/golang-microauth)

# golang-microauth
Expand Down Expand Up @@ -44,7 +44,7 @@ $ curl -H 'X-MICROBOX-TOKEN: $ECRET' localhost:8081 -i
# Date: Thu, 09 Jun 2016 22:27:24 GMT
# Content-Length: 14
# Content-Type: text/plain; charset=utf-8
#
#
# World, hello!
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mu-box/golang-microauth

go 1.17
go 1.20

require go.step.sm/crypto v0.16.1

Expand Down

0 comments on commit fcb9449

Please sign in to comment.