[PR #34] [MERGED] dep: introduction of dep, makefile fixes #117

Closed
opened 2026-05-05 11:01:47 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/34
Author: @mmatczuk
Created: 9/27/2017
Status: Merged
Merged: 9/27/2017
Merged by: @mmatczuk

Base: masterHead: mmt/dep


📝 Commits (1)

  • 0f629a0 dep: introduction of dep, makefile fixes

📊 Changes

8 files changed (+177 additions, -77 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 .travis.yml (+2 -2)
Gopkg.lock (+45 -0)
Gopkg.toml (+46 -0)
📝 Makefile (+67 -45)
📝 cmd/tunnel/config.go (+10 -10)
📝 cmd/tunnel/tunnel.go (+5 -12)
📝 cmd/tunneld/tunneld.go (+0 -7)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mmatczuk/go-http-tunnel/pull/34 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 9/27/2017 **Status:** ✅ Merged **Merged:** 9/27/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/dep` --- ### 📝 Commits (1) - [`0f629a0`](https://github.com/mmatczuk/go-http-tunnel/commit/0f629a0b9b0d3469fb4175837406c6aeda01b338) dep: introduction of dep, makefile fixes ### 📊 Changes **8 files changed** (+177 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `.travis.yml` (+2 -2) ➕ `Gopkg.lock` (+45 -0) ➕ `Gopkg.toml` (+46 -0) 📝 `Makefile` (+67 -45) 📝 `cmd/tunnel/config.go` (+10 -10) 📝 `cmd/tunnel/tunnel.go` (+5 -12) 📝 `cmd/tunneld/tunneld.go` (+0 -7) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:01:48 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#117
No description provided.